1.1.0 • Published 3 years ago
calculator-cli v1.1.0
caculator-cli
Description
- add multiple numbers using add command.
- add floating numbers using the
-f
flag. - use
--help
or-h
flag to get all the available commands and flags.
Install
npm install caculator-cli -g
Usage
caculator-cli add 10 10 0.1 -f