https://github.com/marvinjwendt/sit-cli
https://github.com/marvinjwendt/sit-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marvinjwendt/sit-cli
- Owner: MarvinJWendt
- License: mit
- Created: 2022-04-08T10:37:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T20:56:50.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:26:52.132Z (7 months ago)
- Language: Go
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
cli-template
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.## 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
```