This is the Source code of Node js and Typescript/javascript Based Dice ROll guessing game Runs on the Command line Interface , its package Also published at NPM Marketplace. to run calculator do :
USED PAKCAGES : Inquirer , Chalk , Chalk-Animation , Gradient-string , Nanospinner , Prompt-sync , figlet , random-int
-
(npm i type-script-dice-guess-game)
-
(npx ahdgame)
-
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)