https://github.com/ilukemagic/calculator-cli
a basic calculator cli with addition feature
https://github.com/ilukemagic/calculator-cli
cli commandline-tool javascript nodejs typescript
Last synced: 11 months ago
JSON representation
a basic calculator cli with addition feature
- Host: GitHub
- URL: https://github.com/ilukemagic/calculator-cli
- Owner: ilukemagic
- Created: 2022-09-11T13:30:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T15:06:13.000Z (over 3 years ago)
- Last Synced: 2025-03-13T03:30:28.022Z (12 months ago)
- Topics: cli, commandline-tool, javascript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
npm install caculator-cli -g
```
## Usage
```shell
caculator-cli add 10 10 0.1 -f
```