hanami-workflow
Installation
SKILL.md
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Hanami Workflow
Tool Grid
| Task | Tool | Command |
|---|---|---|
| Lint | StandardRB | bundle exec standardrb |
| Test | RSpec | bundle exec rspec |
| Console | Hanami CLI | bundle exec hanami console |
| Server | Hanami CLI | bundle exec hanami server |
| Generate | Hanami CLI | bundle exec hanami generate <type> |
| DB Migrate | Hanami CLI | bundle exec hanami db migrate |
| Routes | Hanami CLI | bundle exec hanami routes |
Slices Architecture
Hanami applications MUST be organized into isolated slices (slices/admin/, slices/api/, slices/main/).