Guides
Step-by-step tutorials and workflow guides for common tasks.
Tutorials
- CI/CD Setup — Set up continuous integration
- Migrating from Stack — Move a Stack project to hx
- Migrating from Cabal — Adopt hx in a Cabal project
- Creating a Library — Build and publish a library
Workflows
- Development Workflow — Day-to-day development
- Troubleshooting — Common issues and solutions
Quick Reference
New Project
hx new my-project
cd my-project
hx build
hx testExisting Project
cd existing-project
hx init
hx lock
hx buildDaily Development
hx watch test # TDD workflow
hx build --release # Production build
hx doctor # Check environment