npm.io
0.1.0 • Published 12 years agoCLI

countdown-node

Licence
BSD
Version
0.1.0
Deps
0
Vulns
0
Weekly
0
Stars
3

node.js specific implementation for countdown.

What it does ?

Requirements

  • Node and NPM, comes bundled together. Download from here.

Setup for development

  • git clone https://github.com/samyakbhuta/countdown.git
  • cd countdown/node
  • npm install to install required dependencies.
  • node . or node countdown.js or ./countdown to run the command.
  • npm link to install the package locally. This makes your changes reflect immediately.
  • [WIP] Optionally, make to create countdown-node binary using nexe.

Installation as module.

  • npm install countdown-node [-g] will install countdown-node package as node module. Provide -g as optional argument to install it globally.
  • countdown-node is also name of the command that you can run from your command line.
  • You might want to alias this command as countdown. See aliasing.

How to use ?

Caveats
  • Not any identified, yet.

Keywords