Project

fuelcell

0.0
No release in over 3 years
framework which simplifies working with the command-line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 0.10
~> 10.0
~> 3.3.0
 Project Readme

FuelCell - Not Production. Used to Learn Cobra Only

A CLI library used to integrate command line interaction into your Go application. This is heavily influenced by cobra cli. In fact, I want to use as much from that project as I can, making changes to suite my specific development needs which I will highlight along the way.

Using Fuelcell is easy. First, use go get to install the latest version of the library.

go get -u github.com/rsb/fuelcell@latest

Next, include Cobra in your application:

import "github.com/rsb/fuelcell"

License

FuelCell is released under the Apache 2.0 license. See LICENSE