jawher / mow.cli

A versatile library for building CLI applications in Go
MIT License
872 stars 55 forks source link

Extension: check docker containerized starter with mow.cli as default #116

Open TomFreudenberg opened 3 years ago

TomFreudenberg commented 3 years ago

Hi Jawher @jawher

thanks for sharing this component to the world.

Maybe you like to know that I have created a starter to run golang process via docker container.

https://github.com/TomFreudenberg/golang-cli-cmd-dev-starter

The main example there, a hello command is a running example of a mow.cli application.

If you like to share this, it would allow anyone directly to start working and testing your mow.cli as well.

Cheers Tom