/ATM-CLI-TYPESCRIPT-JAVASCRIPT-NODEJS

Atm Project With all features of atm including fastcash , Reciept , new user add , funds transfer , withdraw , add amount etc

Primary LanguageTypeScript

ATM-CLI-TYPESCRIPT-JAVASCRIPT-NODEJS

Atm Project With all features of atm including fastcash , Reciept , new user add , funds transfer , withdraw , add amount etc

(npm i Ahmed-Atm-Cli-Typescript)

(npx ahdatm)

initialized typescript enviroment through (npx tsc -init)

intialized node js enviroment (npm init -yes)

(npm i chalk)

(npm i chalk-animation)

(npm i inquirer)

(npm i nanospinner)

(npm install typescript --save-dev)

(npm i -g typescript)

(npx tsc --init)

(npm i ts-node-dev)

(npm install nodemon --save-dev)

(npm install @types/node --save-dev)

15)Add .js file with this at top : #! /usr/bin/env node

16)setup Json file(example) :

"bin": { "multiply": "bin/index.js" },

17)Test package locally(for example :

npx multiply

(npm i --save-dev @types/prompt-sync)

(npm i --save-dev @types/figlet)

(npm i --save-dev @types/gradient-string)

21)create or login your npm account

(npm login)

22)publish your package (npm publish