0.1.0 • Published 11 years ago

countdown-node v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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.