Sha256: d87530a1f59e76b3d01de9b096bd979e3c00a4a3d5f0b639e1a66237b79761eb
Contents?: true
Size: 932 Bytes
Versions: 1
Compression:
Stored size: 932 Bytes
Contents
# EasyCms A simple CMS with [Material template](https://www.creative-tim.com/product/material-dashboard), this gem helps to create a scaffold with a template to panel admin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'jquery-rails' gem 'easy_cms' ``` ## Usage First create a model with attributes, run the migrations and run the following command: ``` rails generate easy_cms:model NAMESPACE MODEL ``` Example: ```rails generate easy_cms:model admin post``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Martin Villalba/easy_cms. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easy_cms-0.1.0 | README.md |