Cli that creates a new project based on templates
The templates are inside the folder with the same name. To list the template options, just add them inside the folder
templates/
├─ base-react-webpack/
├─ base-package/
`
If you need to rename folders or files with the name of your app, you can create them within your template with the syntax {{projectName}}. This variable will be replaced with the name of the project you created. This is also valid to be able to replace texts within the content of a file.
templates/
├─ base-react-webpack/
├─ base-package/
│ ├─ {{projectName}}/
`