๐Ÿ•๏ธ TBD Title

Visit repository on GitHub

File Generation

1 min read ยท last updated at 2023-12-07T22:55:40+01:00

Many 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)
Found a typo or want to contribute a code sample? Edit this page on GitHub.