Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.08 KB

create-skittle

A powerful fork of create-svelte with added features and options. Just run...

npm create skittle@latest

...and follow the prompts.

Integrations

Integration Description Status
Tailwind CSS Rapidly build modern websites without ever leaving your HTML
Supabase Open source Firebase alternative. Instant Authentication, APIs, Edge Functions, Realtime subscriptions, Storage, etc.
  • ✅: Integrated
  • ⏳: Planned

More coming soon.

API

You can also use create-skittle programmatically:

import { create } from 'create-skittle';

await create('my-new-app', {
  name: 'my-new-app',
  template: 'default', // or 'skeleton' or 'skeletonlib'
  types: 'checkjs', // or 'typescript' or null;
  prettier: false,
  eslint: false,
  tailwindcss: false,
  playwright: false,
  vitest: false
});

checkjs means your project will use TypeScript to typecheck JavaScript via JSDoc comments.

License

MIT.