Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kspviswa/mygocli
Tired of depending on external CLI modules and losing track of changes that break my tool, this is my own cli module for all of my golang implementations of *nix commands
https://github.com/kspviswa/mygocli
Last synced: 14 days ago
JSON representation
Tired of depending on external CLI modules and losing track of changes that break my tool, this is my own cli module for all of my golang implementations of *nix commands
- Host: GitHub
- URL: https://github.com/kspviswa/mygocli
- Owner: kspviswa
- License: mit
- Created: 2020-08-29T04:09:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T04:12:07.000Z (about 4 years ago)
- Last Synced: 2024-04-21T06:17:46.365Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mygocli
Tired of depending on external CLI modules and losing track of changes that break my tool, this is my own cli module for all of my golang implementations of *nix commands