github.com/Babatunde50/todo-cli

A basic todo cli application


Install
go get github.com/Babatunde50/todo-cli

Documentation

Basic todo cli app

A todo command line app that shows how to build clis with cobra and viper (Golang)

The included tools are:

  • Create Todo
  • Read Todo
  • Update Todo
  • Delete Todo

Installation