https://github.com/linuxsuren/go-cli-plugin
A library for go CLI plugin
https://github.com/linuxsuren/go-cli-plugin
cli-plugin go-plugin plugin
Last synced: 14 days ago
JSON representation
A library for go CLI plugin
- Host: GitHub
- URL: https://github.com/linuxsuren/go-cli-plugin
- Owner: LinuxSuRen
- License: mit
- Created: 2020-12-01T02:33:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T10:28:50.000Z (about 1 year ago)
- Last Synced: 2025-07-24T01:45:13.973Z (7 months ago)
- Topics: cli-plugin, go-plugin, plugin
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/linuxsuren/go-cli-plugin)
[](https://godoc.org/github.com/linuxsuren/go-cli-plugin)
[](https://github.com/linuxsuren/go-cli-plugin/graphs/contributors)
[](https://github.com/linuxsuren/go-cli-plugin/releases/latest)

[](http://hits.dwyl.com/linuxsuren/go-cli-plugin)
This project aims to provide an easy way to let you writing a plugin for your CLI project.
# Get started
`go get github.com/linuxsuren/go-cli-plugin`
# Original
This project originally comes from [jcli](https://github.com/linuxsuren/go-cli-plugin).