Skip to content

v0.2.1

Latest

Choose a tag to compare

@dimamik dimamik released this 05 Jan 13:35
· 15 commits to main since this release
Immutable release. Only release title and notes can be modified.
bf5487a

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.server

0.2.1

Fix

  • Correctly rename .bat and .yml files when running mix phenom.new