An open API service indexing awesome lists of open source software.

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

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