-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
sveltekit-package-template
A barebones project that provides the essentials for writing highly-optimized, reusable packages in Svelte.
SvelteKit packaging docs has some useful information. I also made this package template for use in some of my projects, but it also has some very useful documentation in the readme if you're looking for a place to start - https://github.com/tropix126/sveltekit-package-template
-
I followed the SvelteKit packaging guides for svelte-headlessui and it was pretty easy. It transcribes your TS to JS automatically (if you're using TS) and generates TypeScript declaration files automatically. Publishing on npm is super easy after that.
Related posts
-
Passing event handlers in $$restProps? (ex. creating a wrapped <Input /> component)
-
Update Svelte component style using on:mousemove directive
-
Should you compile components before publishing them?
-
10 game-changing tools that level up Svelte developers in 2025 💪
-
The Hunt for the Perfect Svelte Charting Library: A Happy Ending!