返回排行榜
Easily add integrations and other functionality to Svelte(kit) apps
sveltekitsvelte-kitsveltesvelte-addvitebootstrapbulmamdsvextailwindcss
关键指标
Star 增长趋势
Star
1.5k
Forks
39
周增长
—
Issues
27
5001k
2020年12月2021年11月2022年10月2023年9月2024年9月2025年8月2026年7月
制品库npm
npm install svelte-addREADME
svelte-add
IMPORTANT
svelte-addhas be merged together withcreate-svelteto become the Svelte CLIsv. The work continues in thesvrepo over at@sveltejs/cli
Readme
svelte-add is a tool to add many different tools to your svelte/kit project.
This is a monorepo, containing the following packages:
| Package | Description |
|---|---|
| @svelte-add/ast-manipulation | Provides tools for manipulating JS, CSS and HTML AST's |
| @svelte-add/ast-tooling | Bundles different tools for parsing and serializing JS, CSS and HTML AST's |
| svelte-add | Allows you to apply different adders at once and guides you interactively through the adder initialization |
| @svelte-add/adders | That's the place where all official adders live |
| @svelte-add/core | Provides all utilities for easy application of adders |
| @svelte-add/dev-utils | Used to do some maintenance tasks inside the repository |
| @svelte-add/testing-library | Provides tools to test a adders with all it's option in different project templates |
| @svelte-add/tests | Uses testing-library to execute the tests for all official adders |
| @svelte-add/website | The website of this project |
Contributing
Please see the contribution guidelines
Licensing
Thanks to
- J who initially created svelte-add
- All contributors of svelte-add
- BlankParticle who initially brought up the idea of a full rewrite
相关仓库