heff / timeranges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%