Skip to content
forked from sveltejs/kit

advanced project scaffolder for svelte

Notifications You must be signed in to change notification settings

cowboycodr/skittle

 
 

Repository files navigation

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.

About

advanced project scaffolder for svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.6%
  • JavaScript 16.7%
  • Svelte 9.7%
  • Other 2.0%