0.1.0 • Published 12 years ago
countdown-node v0.1.0
node.js specific implementation for countdown.
What it does ?
- See countdown command specification.
Requirements
- Node and NPM, comes bundled together. Download from here.
Setup for development
git clone https://github.com/samyakbhuta/countdown.gitcd countdown/nodenpm installto install required dependencies.node .ornode countdown.jsor./countdownto run the command.npm linkto install the package locally. This makes your changes reflect immediately.- WIP Optionally,
maketo createcountdown-nodebinary usingnexe.
Installation as module.
npm install countdown-node [-g]will installcountdown-nodepackage as node module. Provide-gas optional argument to install it globally.countdown-nodeis 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 ?
- See usage and provide arguments as described in specification.
Caveats
- Not any identified, yet.
0.1.0
12 years ago