android-deliver

0.0.1 • Public • Published

android-deliver Build Status

Notice

Currently in heavy development..

Install

$ npm install --save android-deliver

Usage

const deliver = require('android-deliver');
 
deliver('unicorns');
//=> 'unicorns & rainbows'

API

deliver(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

CLI

$ npm install --global android-deliver
$ android-deliver --help

  Usage
    android-deliver [input]

  Options
    --foo  Lorem ipsum. [Default: false]

  Examples
    $ android-deliver
    unicorns & rainbows
    $ android-deliver ponies
    ponies & rainbows

License

MIT © Stéphane Bachelier

Readme

Keywords

Package Sidebar

Install

npm i android-deliver

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • stephane.bachelier