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 .githooksYou can check style guide compliance with StandardRB:
bundle exec standardrbTo automatically fix style issues:
bundle exec standardrb --fixStandard is also integrated into the default Rake task.
Finally, run the test suite:
bundle exec rspec