A custom cli tool which allows users to perform calculators using command line interface.
- chalk
- figlet
- yargs
- Fork this repository.
- Clone the forked repository using
git clone https://github.com/your-username/calc-cli.git
- Install dependencies in the root folder
- To make it run globally on your system(Optional) use
npm install -g
- Run
to get started...
calc
Built with Node.js