Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1d3o/dakarai

Ruby on Rails generator to start and manage Rails projects
https://github.com/1d3o/dakarai

gem rails rails-generators ruby ruby-gem ruby-on-rails

Last synced: about 1 month ago
JSON representation

Ruby on Rails generator to start and manage Rails projects

Awesome Lists containing this project

README

        

# Dakarai

[![Inline docs](http://inch-ci.org/github/ideonetwork/dakarai.svg?branch=master)](http://inch-ci.org/github/ideonetwork/dakarai)

Code generator for new Rails projects.
This gem helps developers to start new Rails projects with a better starting boilerplate and popular gem integrations.

The current versione is updated to work with Rails 6.1.0.

The full documentation of the gem can be found here: https://github.com/ideonetwork/dakarai/wiki

## Installation

To install the gem you need to add it on your Rails application's Gemfile:

Latest version
```ruby
gem 'dakarai', git: 'https://github.com/ideonetwork/dakarai'
```

Legacy version
```ruby
gem 'dakarai'
```