Gemaker
Ruby CLI created to build Platanus' gems.
Installation
$ gem install gemakerUsage
To build a new gem with all the configuration we use in Platanus, run the following command...
gemaker new my_gemContributing
- Fork it
- 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 new Pull Request
Publishing
On master/main branch...
- Change
VERSIONinlib/gemaker/version.rb. - Change
Unreleasedtitle to current version inCHANGELOG.md. - Commit new release. For example:
Releasing v0.1.0. - Create tag. For example:
git tag v0.1.0. - Push tag. For example:
git push origin v0.1.0.
Credits
Thank you contributors!
My Gem is maintained by platanus.
License
Gemaker is © 2016 platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.