Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/1d3o/dakarai
- Owner: 1d3o
- License: mit
- Created: 2017-08-20T16:52:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:16:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T09:56:10.639Z (3 months ago)
- Topics: gem, rails, rails-generators, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 312 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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'
```