Skip to content

Commit

Permalink
docs: announce plugin API (#812)
Browse files Browse the repository at this point in the history
Fixes #391
  • Loading branch information
nfischer committed Jan 12, 2018
1 parent 0b65d2a commit 8f8119c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 8f8119c

Please sign in to comment.