An experiment in morphogenesis.
Add this line to your application's Gemfile:
gem 'morf'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install morf
Require the library:
require 'morf'
After checking out the repo, run bundle install
to install dependencies.
To enable the repository’s bundled Git hooks (e.g. style checks):
git config core.hooksPath .githooks
You can check style guide compliance with StandardRB:
bundle exec standardrb
To automatically fix style issues:
bundle exec standardrb --fix
Standard is also integrated into the default Rake task.
Finally, run the test suite:
bundle exec rake test