What's next?
Congratulations! 🚀 You now have a functional project. But since you’re using schematics to automate code, you might be wondering, “What comes next?”
When you want to automate code, you will need to:
- Gather User Inputs.
- Manipulate Files.
- Install Dependencies.
- Run scripts (pending).
In the following sections, we’ll delve into each of these areas to help you make the most out of your schematics and enhance your project automation. Stay tuned!
I recommend you to check the section Core concepts to understand how schematics works.