Project templates to quickly spin up projects the way I like to build them.
To install a template run:
npx @iedan/createA starter project for SvelteKit.
npx @iedan/create -t sveltekitComes installed with:
- TailwindCSS (CSS)
- shadcn-svelte (UI) (Now Configurable!)
- mode-watcher (light/dark mode)
- prettier Formatting
- eslint Linting
And allows you to choose to add:
A project template to get you started creating your own project templates with template-factory-js.
npx @iedan/create -t template-factoryA project template to get you started creating a npm package with TypeScript.
To test the cli run:
npm run start
