I love the names that Heroku and GitHub generate for applications and repositories, so I went ahead and wrote one of my own. I used a list of "exquisite" adjectives and some custom ones as well to pair with a custom list of nouns.
A name I generated using this gem!
Add this line to your application's Gemfile:
gem 'namegen'
And then execute:
$ bundle
Or install it yourself as:
$ gem install namegen
After installing the gem, just type namegen
from your command line and an
adjective-noun pair will be printed out. A verbose option namegen -v
can
be specified to include a definition of the adjective (in case some of the words
are a little too "exquisite" for you like they were for me). You can also
include a number namegen 5
or namegen -v 5
to give you a few options at
once.
- Fork it ( http://github.com//namegen/fork )
- 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