Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 725 Bytes
# JavaScript Calculator CLI Tool A Calculator CLI tool. This project is available on GitHub at: [GitHub Repository](https://github.com/sufiyan2401/NODE_PROJECTS_GIAIX) ## Use The Calculator ``` npx clibased-calculator24 ``` ## Packages Used [chalk](https://github.com/chalk/chalk) | [inquirer](https://github.com/SBoudrias/Inquirer.js) | [gradient-string](https://github.com/bokub/gradient-string) | [chalk-animation](https://github.com/bokub/chalk-animation) | [figlet](https://github.com/patorjk/figlet.js) | [nanospinner](https://github.com/usmanyunusov/nanospinner) ```sh npm i chalk chalk-animation figlet gradient-string inquirer nanospinner ``` # my-calculator