ssimple-calculator
v1.1.0
Published
A simple calculator with TypeScript, Node.js and Inquirer
Downloads
4
Readme
To initialize node use command npm init To initialize typescript use command tsc --init To install node packages use command npm i
Inquirer is used to take input from user @types/inquirer is used to define types in inquirer
.gitignore file is used to restrict files or folders to push on github
Commands used npm init tsc --init npm i inquirer npm i --save-dev @types/inquirer