EsraaSalah28 / TodoList-NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoList-NodeJS

to add a new todolist

node todo.js add title="your title" body=" the body"

to edit todo

node todo.js edit id=the id of modified title="" body=""

if you want to check your todo

node todo.js edit id=the id of modified title="" body="" checked=true

to remove todo

node todo.js remove id=3

to list all todos

node todo.js list

to list checked todos

node todo.js checked

to list unchecked todos

node todo.js unchecked

About


Languages

Language:JavaScript 100.0%