Project

ricque

0.0
No commit activity in last 3 years
No release in over 3 years
Ricque is a generator of Ruby applications with bootstrap similar to Rails' bootstrap
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Ricque

Build Status

Ricque is a generator of ruby applications with bootstrap similar to Rails' bootstrap.

The generated app does not have the ricque gem as a dependency.

To generate a new application, you should run the following command on your terminal:

$ gem install ricque
$ ricque new [your-application-name]

This command will create a new directory, based on app name, with all files needed to start your project.

app-name
├── .gitignore
├── .rspec
├── .rubocop.yml
├── .ruby-version
├── app
├── config
│   ├── application.rb
│   ├── boot.rb
│   ├── environment.rb
│   └── initializers
├── Gemfile
├── lib
│   └── tasks
│       └── app-name.rake
├── Rakefile
├── README.md
├── script
│   └── console
└── spec
    └── spec_helper.rb

Creator

Ricardo Tealdi

License

Ricque is released under the MIT License