Skip to content

Instantly share code, notes, and snippets.

@olvap
Last active August 29, 2015 14:11
Show Gist options
  • Save olvap/97e4a24b5a7d0be403ef to your computer and use it in GitHub Desktop.
Save olvap/97e4a24b5a7d0be403ef to your computer and use it in GitHub Desktop.
Enano

Enano

Te ayuda a hacer gemas, porque los enanos hacen gemas.

Usage

$ enano new nueva_gema
checking-gem... done
mkdir nueva_gema
create nueva_gema.gemspec
create README.md

$ cd new_gem

$ enano license
Chose a LICENSE
g) GPL
A) AGPL
M) MIT
...
select: g
create COPYING
modify README.md (section LICENCE)

$ enano tests
mkdir test
create run_tests
modify README.md (section RUNNING TESTS)

$ enano travis
create .travis.yml
modify README.md (section BADGES)

$ enano rubocop
$ enano rake
$ enano badges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment