-
Notifications
You must be signed in to change notification settings - Fork 1
Using the generator as reference
Follow these steps to copy and include supporting modules from the generator:
- Open the
./src/generators
directory in your project. - Explore the code and structure of the existing addon or module that you want to reference.
Inside each addon or module folder, you will find the necessary files and directories needed for that specific functionality.
-
Once you have identified the supporting modules or files you want to include in your own project, mirror the folder structure and file naming conventions of the existing addon or module that you are referencing.
-
Copy and paste the relevant files from the existing addon or module into your new addon/module folder.
Note!
Make sure to update any necessary configuration or code inside the copied files to fit your specific requirements.
By following this process, you can use the existing templates as a reference to create your own addons or modules based on the provided structure and functionality.
Developed by Nimble