A centralized list of solidjs project templates in neat lightweight cli-tool wrapped around degit.
(Not yet implemented but planned) Note: You dont need to update this cli in order to be able to use new templates because the cli pulls the templates straight from this github repo and caches it on your local machine for 1 day.
solid templates
- prints all the available templates that you can choose from!
solid init [template] <name>
- initializes a project with the given template into a new folder.
-
Fork the repo
-
Add your own template into the templates.json file
-
Create a pull request.
-
If you are making a template which is a no-config template please add a
easy-
prefix to it -
Don't remove or replace other templates from the list without an explicit reason.
-
Remember to take a look into the pull requests first before deciding to make a new template in order to reduce the amount of duplicate pull requests.
MIT License