Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
TODO: Write a description here
Add the dependency to your shard.yml
:
dependencies:
editmode-cr:
github: your-github-user/editmode-cr
Run shards install
require "editmode-cr"
TODO: Write usage instructions here
TODO: Write development instructions here
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)