Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/cmdbase
Base initialization and helpers for our CLI applications.
https://github.com/altipla-consulting/cmdbase
Last synced: about 1 month ago
JSON representation
Base initialization and helpers for our CLI applications.
- Host: GitHub
- URL: https://github.com/altipla-consulting/cmdbase
- Owner: altipla-consulting
- License: mit
- Created: 2023-02-23T19:06:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:00:50.000Z (9 months ago)
- Last Synced: 2024-06-20T01:53:29.954Z (7 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/cmdbase
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmdbase
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/cmdbase.svg)](https://pkg.go.dev/github.com/altipla-consulting/cmdbase)
Base initialization and helpers for our CLI applications.
## Install
```shell
go get github.com/altipla-consulting/cmdbase
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)