@iedan/create
v1.3.4
Published
Project templates to quickly spin up projects the way I like to build them.
Readme
@iedan/create
Project templates to quickly spin up projects the way I like to build them.
To install a template run:
npx @iedan/createTemplates
SvelteKit
A 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:
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-factoryts-package
A project template to get you started creating a npm package with TypeScript.
Features
Development
To test the cli run:
npm run start