0.0.3 • Published 3 years ago

cli_based_todo_list v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

CLI based todo list

Function overview

npm.io

npm.io

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

Start with npm