0.0.1 • Published 9 years ago

android-deliver v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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