From 8f8119cfae6e26d7bed39becaebf451cf49331dd Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Thu, 11 Jan 2018 21:12:42 -0800 Subject: [PATCH] docs: announce plugin API (#812) Fixes #391 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 169a5b9..d5f5779 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ $ shx touch foo/bar.txt $ shx rm -rf foo ``` +## Plugin API + +ShellJS now supports third-party plugins! You can learn more about using plugins +and writing your own ShellJS commands in [the +wiki](https://github.com/shelljs/shelljs/wiki/Using-ShellJS-Plugins). + ## A quick note about the docs For documentation on all the latest features, check out our