Project

geminio

0.0
No commit activity in last 3 years
No release in over 3 years
Micro utility that sets up the stage for building gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.6.2, ~> 0.6
~> 1.6
>= 1.3.18, ~> 1.3
>= 0.10.1, ~> 0.10
>= 10.4.2, ~> 10.4

Runtime

>= 0.19.1, ~> 0.19
>= 0.1.0, ~> 0.1
 Project Readme

geminio

Build Status

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