Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.01 KB

solid-cli

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.

Usage

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.

How to add your template

  1. Fork the repo

  2. Add your own template into the templates.json file

  3. Create a pull request.

Guidelines

  • 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.

License

MIT License