1.0.0 • Published 6 years ago

chicago-nodejs-meetup-cli v1.0.0

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

chicago-nodejs-meetup-cli

An example CLI for the Chicago Node.js Meetup

Built for http://www.andjosh.com/presents/build-a-nodejs-cli-package/.

Usage

$ chicago-nodejs-meetup --help
  Usage: chicago-nodejs-meetup [options]

  An example CLI to find out the next Chicago Node.js Meetup

  Options:

    -V, --version   output the version number
    -n, --next [n]  View next <n> upcoming meetups for Chicago Node.js (default: 1)
    -h, --help      output usage information

Install

$ npm install -g chicago-nodejs-meetup-cli

Debugging / Development

$ DEBUG=* chicago-nodejs-meetup