This repository aim to create simple command line interface application for demo, which is include 2 example.
You will see cobra and cli directory, in both example include source code for simple cli app that has applied the top-stared cli project with golang.
https://github.com/spf13/cobra a library for creating powerful CLI app and include tool for autogenerate .go file for your custom command.
https://github.com/urfave/cli a modern library for creating CLI app as well, they claims with simple, fast and fun package for building cli.