0.0.3 • Published 3 years ago
cli_based_todo_list v0.0.3
CLI based todo list
Function overview
How to start with source code
git clone https://github.com/HoffmanZheng/Front-End-Demo.git && cd node.js/file_based_todo_list // clone and get the source code
node -v // node version >= 14, nvm recommended
yarn // install all the dependencies
node cli.js -h
node cli.js add <taskName> // add a task to the todo list
node cli.js // get the todo list for further operation