Skip to content
/ fuego Public
forked from irasekh3/fuego

Fuego is a library for automatically generating command line interfaces (CLIs) from golang functions and structs

License

Notifications You must be signed in to change notification settings

daguy666/fuego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Fuego

Fuego is a library for automatically generating command line interfaces (CLIs) from golang functions and structs

Concepts derived from and inspired by Google python-fire

Features

  • quickly run and test your functions from the command line
  • show documentation for functions and struct methods from the command line
  • run / test existing external library functions or just use them as a cli
  • turn external libraries into a simple CLI in as little as 4 lines

Installation

go get github.com/irasekh3/fuego

About

Fuego is a library for automatically generating command line interfaces (CLIs) from golang functions and structs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%