1.0.12 • Published 1 year ago

create-sveltekit-starterpack v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

🍳 Easy create new production ready sveltekit projects

😼 Just run and follow the prompts:

 npm create sveltekit-starterpack@latest

📦 Install dependencies and run:

 cd my-project
 npm install
 npm run dev

🚀 These packages/components are included by default:

  • Typescript
  • Prettier
  • Eslint
  • Playwright
  • Vitest
  • Some icons (loading, external link)
  • GNU General Public License file
  • Citation file

🫵 These packages are optional (choose them during the prompts):

  • TailwindCSS
    • with postcss, autoprefixer and prettier setup
    • includes the forms and typography plugins
    • adds a Button and LinkButton component
  • OpenAI
    • adds the OpenAI package
    • adds an openai.ts in src/lib file to configure the OpenAI API
    • sets up an example server POST endpoint at /api/openai
    • adds a .env.example file with the required environment variable (just add your API key)
  • AuthJS (wip)
  • Prisma (wip)
  • EthersJS (wip)
  • @solana/web3.js (wip)

🙋 Questions & Suggestions

You have any questions, bugs or suggestions? Feel free to open a issue on Github or contact me on twitter.

License

MIT

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago