@iedan/create
v1.3.3
Published
Project templates to quickly spin up projects the way I like to build them.
Downloads
13
Readme
@iedan/create
Project templates to quickly spin up projects the way I like to build them.
To install a template run:
npx @iedan/create
Templates
SvelteKit
A starter project for SvelteKit.
npx @iedan/create -t sveltekit
Comes 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:
Deployment Environments
Authentication
Database
Other Features
template-factory
A project template to get you started creating your own project templates with template-factory-js.
npx @iedan/create -t template-factory
ts-package
A project template to get you started creating a npm package with TypeScript.
Features
Development
To test the cli run:
npm run start