adamcuscomcli
v1.0.1
Published
Repo for creation of custom CLI
Downloads
23
Readme
adamcuscomcli
Repo for creation of custom cli
COMMANDS TO GET UP AND RUNNING
- cd /repo/directory
- npm init -y
- npm i chalk chalk-animation figlet gradient-string inquirer nanospinner
TO make files executable
run chmod +x index.js
link package locally npm link
test the command adam hack conner
optional push to npm npm login npm publish npm install -g adamcuscomcli
