https://github.com/shime/geminio
Micro utility that sets up the stage for building gems.
https://github.com/shime/geminio
Last synced: 11 months ago
JSON representation
Micro utility that sets up the stage for building gems.
- Host: GitHub
- URL: https://github.com/shime/geminio
- Owner: shime
- License: mit
- Created: 2015-01-19T14:01:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T15:01:25.000Z (over 11 years ago)
- Last Synced: 2025-01-29T19:53:59.152Z (over 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# geminio
[](https://travis-ci.org/shime/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](templates/default), 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
* [ore](https://github.com/ruby-ore/ore)
* [bundle gem](http://bundler.io/v1.7/bundle_gem.html)
## license
MIT