1.0.1 • Published 3 years ago
npmgamepackage v1.0.1
Own Command Line Interface (CLI) Quiz type CLI game:
- Enter Player name
*can handle colors, animation, and user input with ease. *promises etc
For making copy of script follow:
Create new project default package.json file: npm init -y
Change in package.json: "type": "module",
Install dependencies npm install chalk chalk-animation figlet gradient-string inquirer nanospinner
Add in package.json
"bin": "./index.js",
npm login *must have account on npm web
npm publish