Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  lib
  .gitignore
  Gemfile
  LICENSE.txt
  README.md
  Rakefile
  carnival.gemspec
Size: Mime:
  README.md

Carnival

Carnival is a random item and Heroku-ish name generator for XO. It is forked from https://github.com/raycchan/bazaar

Installation

  1. Within Gemfile
  • Add "source 'https://ap9qcxqgmsW8zyDFVDbk@gem.fury.io/xogroupinc/'" to Gemfile
  • Add "gem 'carnival'" to Gemfile
  • run 'bundle install'
  1. System Wide

Usage

Carnival.a_name
=> "draftywrist"

Carnival.a_hyp_name
=> "bright-badge"

Carnival.a_name_rand
=> "cheapwool-22"

Carnival.a_hyp_name_rand
=> "somber-mitten-14"

Carnival.format("%A-%N-%IIII")
=> "dental-butter-3747"

Carnival.adj
=> "weepy"

Carnival.noun
=> "sun"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request