skeleton
Version, currently master branch1 version
- master branchlatestDec 1, 2025
github.com/yujiku808/athena-play
Athena framework example app
Installation
# Add this to your shard.yml
dependencies:
skeleton:
github: yujiku808/athena-play
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
~> 1.14- License
- MIT
- Targets
serverfrom src/server.crconsolefrom src/console.cr
Dependencies
Runtime Dependencies
- athena~> 0.20.0github: athena-framework/framework
Development Dependencies
- ameba~> 1.5.0github: crystal-ameba/amebadev
- athena-spec~> 0.3.0github: athena-framework/specdev
README
skeleton
Template repository to get up and running quickly with the Athena Framework which includes:
- A flexible directory structure
- Pre-configured binary entrypoints for HTTP and CLI contexts
- Development code-quality/testing dependencies + CI
- Minimal runnable Athena Framework application
Getting Started
- Generate a new repository using this template.
- Run
shards install - Rename
MyAppmodule withinsrc/main.crandsrc/controllers/example_controller.crto your desired name - Rename
skeletonshard name withinshard.ymlto your desired name - Update
./LICENSEwith your desired name/email - Consider pinning
crate-ci/typosin.github/workflows/ci.ymlto a specific version to avoid random failures as new dictionaries are published - Start creating your application!
Entrypoints
The template repository includes build targets for both the HTTP and CLI contexts.
Or in other words, ./bin/console and ./bin/server binaries are created by running shards build.
This makes it easy to deploy both parts of the application independently from one another.
TIP: The
shards runcommand may be used during development to interact with each target. E.g.shards run serverto start the server andshards run console -- debug:routerto execute console commands.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 1, 2025
- Crystal
~> 1.14- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/yujiku808/athena-play
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 22, 2026
- Synced
- Sep 22, 2026
- Versions
- 1