Skip to content

mix-code/nodejs-cli-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

CLI Todo App With Nodejs


Command


Create

Create New Todo

$ node app.js create --title "Todo Title" --body "Todo Body"

# For more information run
$ node app.js create --help

List

List Todo

$ node app.js list

# For more information run
$ node app.js list --help

Show

Show Todo

# Pro Tip Get "index" from "list" command
$ node app.js show --index 0

# For more information run
$ node app.js show --help

Remove

Remove Todo

$ node app.js remove --index 0

# For more information run
$ node app.js remove --help

Toggle

Toggle Todo Completed Status

$ node app.js Toggle --index 0

# For more information run
$ node app.js Toggle --help

About

Simple CLI To-do App By NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published