Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 808 Bytes

readme.md

File metadata and controls

69 lines (41 loc) · 808 Bytes

timeranges Build Status

My wondrous module

Install

$ npm install --save timeranges

Usage

var timeranges = require('timeranges');

timeranges('unicorns');
//=> unicorns & rainbows

CLI

$ npm install --global timeranges
$ timeranges --help

  Usage
    timeranges [input]

  Example
    timeranges
    unicorns & rainbows

    timeranges ponies
    ponies & rainbows

  Options
    --foo  Lorem ipsum. Default: false

API

timeranges(input, [options])

input

Required
Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

License

MIT © heff