Skip to content

A cli based calculator with four simple operations +, -, /, *. Built with Node.js.

Notifications You must be signed in to change notification settings

chhaviluthra08/calc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli Calculator

A custom cli tool which allows users to perform calculators using command line interface.

Packages Used:

  1. chalk
  2. figlet
  3. yargs

Steps to run this locally

  1. Fork this repository.
  2. Clone the forked repository using
    git clone https://github.com/your-username/calc-cli.git
  3. Install dependencies in the root folder
  4. To make it run globally on your system(Optional) use
    npm install -g
  5. Run
    calc
    to get started...

Built with Node.js

About

A cli based calculator with four simple operations +, -, /, *. Built with Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published