Build Status

Cuba::Libre

Cuba-libre is now a cocktail AND a generator to help creating Cuba projects.

Cuba is a micro-framework for Ruby based on Rack.

Installation

Add this line to your application's Gemfile:

gem 'cuba-libre'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cuba-libre

Usage

$ cuba new [projectName]

This will create your cuba project with its 2 files:

  • The config.ru to rackupyour project.
  • The projectname.rb file that contains your project config and routes.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cuba-libre/fork )
  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 a new Pull Request