Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f8119c

Browse files
authored
docs: announce plugin API (#812)
Fixes #391
1 parent 0b65d2a commit 8f8119c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ $ shx touch foo/bar.txt
4848
$ shx rm -rf foo
4949
```
5050

51+
## Plugin API
52+
53+
ShellJS now supports third-party plugins! You can learn more about using plugins
54+
and writing your own ShellJS commands in [the
55+
wiki](https://github.com/shelljs/shelljs/wiki/Using-ShellJS-Plugins).
56+
5157
## A quick note about the docs
5258

5359
For documentation on all the latest features, check out our

0 commit comments

Comments
 (0)