Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinav/komplete
Shell completion support for Kong CLI parser.
https://github.com/abhinav/komplete
Last synced: about 1 month ago
JSON representation
Shell completion support for Kong CLI parser.
- Host: GitHub
- URL: https://github.com/abhinav/komplete
- Owner: abhinav
- License: bsd-3-clause
- Created: 2024-10-05T02:05:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T01:58:16.000Z (about 1 month ago)
- Last Synced: 2024-11-18T02:43:19.092Z (about 1 month ago)
- Language: Go
- Homepage: https://abhinav.github.io/komplete/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Reference](https://pkg.go.dev/badge/go.abhg.dev/komplete.svg)](https://pkg.go.dev/go.abhg.dev/komplete)
[![CI](https://github.com/abhinav/komplete/actions/workflows/ci.yml/badge.svg)](https://github.com/abhinav/komplete/actions/workflows/ci.yml)komplete is a command-line completion engine for the
[Kong CLI parser](https://github.com/alecthomas/kong)
See [API Reference](https://abhinav.github.io/komplete/) for usage information.## History
This library was originally developed as part of
[git-spice](https://abhinav.github.io/git-spice/).
It's been extracted into a separate repository
to allow use from other projects.## License
This software is made available under the BSD-3 license.
See LICENSE for the full license text.