Git::Gems
my bundler and git wrapper. (thor based)
Installation
Add this line to your application's Gemfile:
gem 'git-gems'
And then execute:
$ bundle
Or install it yourself as:
$ gem install git-gems
Usage
git gems [OPTION]
install command (default):
Set automatically --path option it is determined whether the rack app.
git gems
#or
git gems install
init command:
Customized just for a moment or bundle gem is bundle init.
make a template of the repository nor a rack app without also be of gem.
git gems init
release command:
taged for release. Tag name is the default YYYYMMDDHHmm.
git gems release [--version][version_name]
exec command:
The runs are passed to the bundle exec option if it does not support came over. Argument is also in accordance with the rules of the bundle exec.
git gems [command]
# or
git gems exec [command]
update command:
Do the bundle update
git gems update
Contributing
- Fork it ( https://github.com/magicdrive/ruby-git-gems/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request