1pkg/gofire
Gofire 🔥 Command Line Interface Generator tool for Go
This tool helps Go developers create command-line interfaces (CLIs) for their Go functions automatically. You provide your Go code with defined functions, and it generates the necessary CLI code to expose those functions as commands that can be run from a terminal. This is for Go developers who want to quickly build user-friendly command-line tools without writing boilerplate code for argument parsing and setup.
111 stars. No commits in the last 6 months.
Use this if you are a Go developer building a new command-line tool or want to add a CLI to existing Go functions, and you want to automate the setup of command-line arguments and flags.
Not ideal if you need to build a graphical user interface (GUI) or an API, as this tool is specifically for generating command-line interfaces.
Stars
111
Forks
4
Language
Go
License
MIT
Category
Last pushed
Oct 25, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/1pkg/gofire"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.