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
$ gem install cuba-libre
Usage
$ cuba new [projectName]
This will create your cuba project with its 2 files:
- The config.ru to
rackup
your project. - The projectname.rb file that contains your project config and routes.
Todo
Next evolutions of the gem will be :
Contributing
- Fork it ( https://github.com/[my-github-username]/cuba-libre/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 a new Pull Request