igolaizola / webcli

Automatic web UI on top of a golang CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webcli

webcli is a tool to generate an automatic web UI on top of a CLI

Requirements

The tool has direct compatibility with github.com/peterbourgon/ff/v3 and github.com/spf13/cobra.

Usage

You have an example using a ff CLI at cmd/webff/main.go that you can run with:

go run cmd/webff/main.go

You have an example using a cobra CLI at cmd/webcobra/main.go that you can run with:

go run cmd/webcobra/main.go

About

Automatic web UI on top of a golang CLI

License:MIT License


Languages

Language:Go 70.0%Language:JavaScript 30.0%