Installation

# Add this to your shard.yml
dependencies:
  athena-ecosystem:
    github: athena-framework/athena
    version: ~> 0.15.1

Then run:

shards install

shard.yml

Crystal
>= 1.2.0
License
MIT
Author
George Dietrich

Dependencies

Runtime Dependencies

Development Dependencies

  • ameba~> 0.14.0github: crystal-ameba/amebadev
  • athena-spec~> 0.2.3github: athena-framework/specdev

README

Athena

CI Latest release

A web framework comprised of reusable, independent components.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  athena:
    github: athena-framework/athena
    version: ~> 0.15.0
  1. Run shards install

Documentation

Contributing

  1. Fork it (https://github.com/athena-framework/athena/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors