1.0.6 • Published 3 years ago
segev-cli v1.0.6
EX3!
Welcome to the todo app, now running on CLI !
The requirements:
- Build node.js cli todo app
- Detailed help option
- Read/Write/Delete todos from a file Bonus
- Publish your code as npm package and run it with npx
- Add colors to your cli tool
- Add Inquirer.js and make you cli tool interactive
Display pokemon image (ascii art)
Display todo in ascii, for none-pokemon todos
How to run it?
First things first!, try the help option! :npm run cli -- Command -h
- You can run it with:
npm run cli +Command
npx segev-cli +Command
- You can also navigate to ./src/cli and then run:
node index +Command