From 8e9cd40c373a675bd1a7600324e215bc3e10c749 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Mon, 5 Jun 2017 21:23:21 +0200 Subject: [PATCH] add Chokidar CLI (#119) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf324d5..66271c3 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Files +- [chokidar-cli](https://github.com/kimmobrunfeldt/chokidar-cli) - CLI to watch file system changes. - [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin. - [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files! - [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.