From e2afbaa5c4ab930c63b2e3d4923078600eb9ddb1 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Sun, 4 Dec 2016 18:17:00 -0500 Subject: [PATCH] Add charpeni/svelte-example into README tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16490fecf3..667f4d8abb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is the Svelte compiler, which is primarily intended for authors of tooling * [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform * [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin * [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin +* [charpeni/svelte-example](https://github.com/charpeni/svelte-example) - Some Svelte examples with configured Rollup, Babel, ESLint, directives, Two-Way binding, and nested components * More to come!