Releases: dimamik/phenom
Releases · dimamik/phenom
Release list
v0.2.1
Phenom
An opinionated Phoenix starter designed for speed without sacrificing quality. Spin up a PoC in minutes, then scale it into a production-grade application — the foundation is already there.
Built-in patterns help you (and your AI coding agents) extend the app while following industry best practices, so you write better software from day one.
Getting started
# 1. Install the generator as a Mix archive (if not already)
mix archive.install hex phenom --force
# 2. Generate a new app
mix phenom.new my_new_app
# 3. Set it up and run it
cd my_new_app
mix setup
mix phx.server0.2.1
Fix
- Correctly rename
.batand.ymlfiles when runningmix phenom.new