0.2.1 • Published 4 years ago

@dcsunset/stopwatch v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Stopwatch

npm (scoped) GitHub

A simple command-line stopwatch using Node.js

Install

npm install @dcsunset/stopwatch -g

Usage

Run the command:

stopwatch

Key press event:

  • s: Split
  • e: Stop
  • p, space: Pause or resume
  • r: Reset
  • Enter/q/Ctrl+c/Ctrl+d: Quit

Test

Clone this repository and run the following command:

npm install
npm start

Dependencies