Project

cuba-libre

0.0
No commit activity in last 3 years
No release in over 3 years
Helps create cuba projects through a minimalist generator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.1.0

Runtime

~> 3.3.0
 Project Readme

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

$ 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.

Todo

Next evolutions of the gem will be :

  • Refactor using Thor gem.
  • Add options and arguments to command line (see Issue #1)

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