From 67e543970b1828a1c8110d671201535fb8fcfc39 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 10 May 2018 19:30:26 -0400 Subject: [PATCH] remove svelte-cli, since it's now integrated --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1de5a43333..c7f76599e2 100644 --- a/README.md +++ b/README.md @@ -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