A yagni todo app spelled badly but written to meet requirements of todo-app
npm install \
&& chmod +x tood
&& ./tood --version
Show help
./tood help
Create a tood item with description
./tood create "Do the washing"
List all toods
./tood list
Remove a todo by id
./tood remove 0