<FromGitter>
<damianham> @andrewc910 There are currently 2 kinds of code generation with Amber, the builtin code generators which include the normal MVC stuff (model,controller, scaffold etc.) and recipes. Recipes are a way to generate Amber apps with complete flexibility on the generated code, the code layout, the frontend (e.g. React, Vue etc). You can find the available Amber recipes at this URL https://github.com/topics/amber-recipe.
<FromGitter>
... During the development of the recipe feature we also discussed a plugin feature to add snippets of code to an existing app, a bit like Rails engine but much more lightweight. Unfortunately I haven't had the time to work on it yet. So the consensus is ..... both :) You can have minimalistic and highly configurable ... [https://gitter.im/amberframework/amber?at=5e11bf3914328863c01481f3]