New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

countdown-node

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

countdown-node

Command that counts down for the duration specified.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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.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

countdown

FAQs

Package last updated on 14 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts