Skip to content

Commit 5dd149e

Browse files
authored
Merge pull request #1432 from antony/patch-1
Add parcel-plugin to list of tools, categories
2 parents 085926d + f55849f commit 5dd149e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ The magical disappearing UI framework.
99

1010
---
1111

12+
## Tooling
13+
1214
This is the Svelte compiler, which is primarily intended for authors of tooling that integrates Svelte with different build systems. If you just want to write Svelte components and use them in your app, you probably want one of those tools:
1315

14-
* [svelte-cli](https://github.com/sveltejs/svelte-cli) – Command line interface for compiling components
15-
* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin
16-
* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
16+
### Build Systems
17+
1718
* [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin
1819
* [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin
1920
* [system-svelte](https://github.com/CanopyTax/system-svelte) – System.js loader
2021
* [svelte-loader](https://github.com/sveltejs/svelte-loader) – Webpack loader
2122
* [meteor-svelte](https://github.com/klaussner/meteor-svelte) – Meteor build plugin
2223
* [sveltejs-brunch](https://github.com/StarpTech/sveltejs-brunch) – Brunch build plugin
24+
* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin
25+
* [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) - Parcel build plugin
26+
* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
27+
28+
### Additional tools
29+
2330
* [svelte-dev-store](https://github.com/GarethOates/svelte-dev-store) - Use Redux tools to visualise Svelte store
2431
* More to come!
2532

26-
2733
## Example usage
2834

2935
```js

0 commit comments

Comments
 (0)