Handy Stylesheets/Javascripts/Templates/Helpers accumulated throughout different Rails projects.
Add this line to your application's Gemfile:
gem 'karma', github: 'pinglamb/karma'
And then execute:
$ bundle install
To copy over the scaffold template files, execute:
$ bundle exec rails g karma:install
You can bootstrap the application using this gem by using the template.rb in this project:
$ rails new depot -m https://raw.githubusercontent.com/pinglamb/karma/master/template.rb
Checkout this project and just mess around.
Bug reports and pull requests are welcome on GitHub at https://github.com/pinglamb/karma. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
MIT