Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T11:36:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:42:41.540Z (about 2 months ago)
- Topics: cli-plugin, go-plugin, plugin
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://goreportcard.com/badge/linuxsuren/go-cli-plugin)](https://goreportcard.com/report/linuxsuren/go-cli-plugin)
[![](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/linuxsuren/go-cli-plugin)
[![Contributors](https://img.shields.io/github/contributors/linuxsuren/go-cli-plugin.svg)](https://github.com/linuxsuren/go-cli-plugin/graphs/contributors)
[![GitHub release](https://img.shields.io/github/release/linuxsuren/go-cli-plugin.svg?label=release)](https://github.com/linuxsuren/go-cli-plugin/releases/latest)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/linuxsuren/go-cli-plugin)
[![HitCount](http://hits.dwyl.com/linuxsuren/go-cli-plugin.svg)](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).