Skip to content

jjsantos/ghamt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Asset Management Toolkit

ghAMT allows you to control the lifecycle of a package or other asset generated by a build.

Continuous Integration systems can be configured to, as part of the build process, generate a set of assets (such as binary packages). These are stored at the Github servers under the designation of "Releases".

ghAMT aims to arm you with a set of tools to automatically check if your installable packages comply to your standards.

Installation

Install it with:

$ gem install ghamt

Or, add this line to your application's Gemfile:

gem 'ghamt'

and then execute:

$ bundle

Usage

ghamt --current [COMMIT_ID]

Contributing

  1. Fork it ( http://github.com/kitanda/ghamt/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 new Pull Request

About

The GitHub Asset Management Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages