geminio
Geminio is a micro gem that sets up the stage for building gems. So meta, amirite?
installation
gem install geminio
usage
geminio unicorns
This makes a folder structure for your new gem under ./unicorns
.
It uses the default template, but you can override that easily with
geminio --template path/to/your/awesome/template --default
For more info, see help
geminio --help
More goodies are available if you have either git config github.user
or $GITHUB_USER
defined.
development
git clone git@github.com:shime/geminio.git
cd geminio
bundle install
rake
alternatives
license
MIT