docs: announce plugin API (#812)

Fixes #391
This commit is contained in:
Nate Fischer 2018-01-11 21:12:42 -08:00 committed by GitHub
parent 0b65d2a06d
commit 8f8119cfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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