Repo to apply my Cobra CLI studies.
I'm applying my studies building a todo app. The app should list all the tasks registered in a json file (internal/todo/todos.json).
To run this project you must have Go installed in your computer.
make list
- List Command
- Add Command
- Delete Command
- Format Todo