Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 520 Bytes

File metadata and controls

12 lines (9 loc) · 520 Bytes

Generator development

Making a change to the generated code

First, generate an empty generator app and make and test your changes there. Then copy the changes you made in the src/ folder of your app to generators/app/src/ folder of the generator.

Adding a menu item

See #249 for an example.

Testing the generator locally

To try out the generator with your change follow the yo from a local generator instructions.