@arsalanakhtar88/atm
v1.0.0
Published
commandline ATM simulator program
Downloads
4
Readme
commands needed to execute before NPM Projects
- npm i -g typescript (to install npm)
- npm init -y (to create initial config files)
- tsc --init (to create typescript config)
- npm i inquirer (to install inquirer module)
- npm i @types/inquirer -D
