0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

remove svelte-cli, since it's now integrated

This commit is contained in:
Rich Harris 2018-05-10 19:30:26 -04:00 committed by GitHub
parent cc02b6bc15
commit f55849f8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,6 @@ The magical disappearing UI framework.
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:
### Standalone tools
* [svelte-cli](https://github.com/sveltejs/svelte-cli) Command line interface for compiling components
### Build Systems
* [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin