Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 440 Bytes

Cobra Basics

Repo to apply my Cobra CLI studies.

Todo App

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.

List todos

make list

Next features

  • List Command
  • Add Command
  • Delete Command
  • Format Todo