Skip to content

hackberrydev/morf

Repository files navigation

morf

An experiment in morphogenesis.

Installation

Add this line to your application's Gemfile:

gem "morf"

And then execute:

$ bundle install

Or install it yourself as:

$ gem install morf

Usage

Require the library:

require "morf"

Development

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 rspec

About

An experiment in morphogenesis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published