Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

countdown-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

countdown-cli

Simple countdown CLI app.

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

countdown-cli

Simple countdown CLI app.

Installation

npm i -g countdown-cli

Quickstart

Output formatting options:

# Default:
λ countdown 30s
# => 00:00:30
# ...
# => 00:00:00

# Percent:
λ countdown 30s %
# => 100%
# ...
# => 0%

# Percent with more digits:
λ countdown 30s 2%
# => 100.00%
# ...
# => 0.00%

Possible input formats:

λ countdown 1h 20m 30s
# => 01:20:30

λ countdown 01:20:30
# => 01:20:30

λ countdown 20:30
# => 00:20:30

λ countdown 30
# => 00:00:30

λ countdown 1h 01:20:30
# => 02:20:30

λ countdown 30 20m
# => 00:20:30

λ countdown 62m
# => 01:02:00

License

WTFPL – Do What the F*ck You Want to Public License.

Made with :heart: by @MarkTiedemann.

Keywords

FAQs

Package last updated on 19 Jul 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc