# 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).