Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
A web framework comprised of reusable, independent components.
shard.yml
:dependencies:
athena:
github: athena-framework/athena
version: ~> 0.15.0
shards install
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)