Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
My own hacked up version of amber, i.e. Amber for API's only.
Dont use this, unless you want to, then go ahead.
Most of this pulled directly from Amber, all credit goes to them.
Add this to your application's shard.yml
:
dependencies:
alfodr:
github: fridgerator/alfodr
require "alfodr"
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
)