🦉 Todos CLI with NodeJS.
Clone this project:
$ git clone https://github.com/cuongw/todos-cli.git
Change directory todos-cli
& allow execute script:
$ cd todos-cli && chmod +x index.js
Run script anywhere
$ npm link
Install packages
$ npm install
todos <command>
commands can be:
new: used to create a new todo
get: used to retrieve your todos
complete <index of todo>: used to mark a todo as complete
help: used to print the usage guide
Building CLI Applications with NodeJS
MIT