Svelte Template Tool
npm init @mikhad/svelte
This is a work in progress and is not currently working. At the moment it just includes my previous svelte template, which I intend to drastically improve and automate.
Desired functionality
-
CLI That asks you:
- Do you want a svelte or sveltekit application?
- Do you want to use TypeScript?
- Do you want to use SCSS?
- Do you want a skeleton or starter app?
- Do you want a github action to deploy to github pages for you?
-
Dependabot on the github repo to keep the dependencies up to date
-
Action to deploy to NPM
-
The stuff that the regular sveltekit init asks you (Prettier, EsLint etc.)
What this README should include
- A description of your package and what it does.
- How other users can install the package to use it in their project.
- How to use the package in a project. Give examples of code explaining the usage.
- How others can contribute to your package. If you expect other developers to contribute to this project, definitely include this in your README.
- The license used by the package.