Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.57 KB

Geco

MIT License Build Status Code Climate

Description

geco = gcloud + peco: select GCP resource using peco, and run gcloud

Dependencies

Installation

Binary install (RECOMMENDED)

You can download binary from Github releases.

  1. Download the zip file and unpack it.
  2. Put binary file into somewhere you want.
  3. Set the binary file to executable.

Clone the project (for developers)

Install dep, and then

$ git clone https://github.com/minimum2scp/geco/
$ cd geco
$ dep ensure
$ go build

Contribution

  1. Fork it ( https://github.com/minimum2scp/geco/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributing

minimum2scp Shinichirow KAMITO