This cli template shows the date and time in the terminal
Installation | Documentation | Contributing
This is a template CLI application, which can be used as a boilerplate for awesome CLI tools written in Go. This template prints the date or time to the terminal.
Run the following command in a terminal and you're ready to go!
Windows
iwr instl.sh/MarvinJWendt/idk3/windows | iex
macOS
curl -sSL instl.sh/MarvinJWendt/idk3/macos | sudo bash
Linux
curl -sSL instl.sh/MarvinJWendt/idk3/linux | sudo bash