countdown-node

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i countdown-node

Weekly Downloads

1

Version

0.1.0

License

BSD

Last publish

Collaborators

  • samyak_bhuta