Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 487 Bytes

File metadata and controls

44 lines (29 loc) · 487 Bytes

tood

A yagni todo app spelled badly but written to meet requirements of todo-app

Local Development

npm install \
  && chmod +x tood
  && ./tood --version

Usage

help

Show help

./tood help

create

Create a tood item with description

./tood create "Do the washing"

list

List all toods

./tood list

remove

Remove a todo by id

./tood remove 0