Dakarai

Gem Version Inline docs

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

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

Installation

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

Latest version

gem 'dakarai', git: 'https://github.com/ideonetwork/dakarai'

Legacy version

gem 'dakarai'

Development

Docsify documentation

Install docsify as global node dependency

npm install -g docsify-cli

See documentation on local machine

docsify serve ./docs