File Generation
1 min read ยท last updated atMany frameworks offer cli scaffolding tools, that generate source files.
- Laravel:
artisan make
- Symfony:
bin/console make
- Rails:
scaffold
- Phoenix:
mix phx.gen.context ShoppingCart CartItem cart_items
(https://hexdocs.pm/phoenix/contexts.html#cross-context-dependencies)