2017 © Pedro Peláez
 

library fuelcell

image

rsb/fuelcell

  • by rsb
  • Repository
  • 0 Watchers
  • 0 Stars
  • 84 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 0 Versions
  • 0 % Grown

The README.md

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., (*1)

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

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

Next, include Cobra in your application:, (*3)

import "github.com/rsb/fuelcell"

License

FuelCell is released under the Apache 2.0 license. See LICENSE, (*4)

The Versions