An open API service indexing awesome lists of open source software.

https://github.com/marvinjwendt/sit-cli


https://github.com/marvinjwendt/sit-cli

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

cli-template


This cli template shows the date and time in the terminal


Latest Release


Downloads


Stars


Forks


Issues


License: MIT



Downloads


----


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.

## Installation

Run the following command in a terminal and you're ready to go!

**Windows**
```powershell
iwr instl.sh/MarvinJWendt/sit-cli/windows | iex
```

**macOS**
```bash
curl -sSL instl.sh/MarvinJWendt/sit-cli/macos | bash
```

**Linux**
```bash
curl -sSL instl.sh/MarvinJWendt/sit-cli/linux | bash
```