From 46402ea53360b4e64f651a26ecba76fc811f6e08 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sun, 13 Mar 2016 15:43:42 -0700 Subject: [PATCH] docs: add link to wiki page --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29fcd22..b6e5dfe 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ The project is [unit-tested](http://travis-ci.org/shelljs/shelljs) and battled-t If you have feedback, suggestions, or need help, feel free to post in our [issue tracker](https://github.com/shelljs/shelljs/issues). -For a non-programmatic implementation of Unix shell commands on top of Node.js, check out [Cash](https://github.com/dthree/cash). +Think ShellJS is cool? Check out some related projects (like +[cash](https://github.com/dthree/cash)--a javascript-based POSIX shell--or +[shx](https://github.com/shelljs/shx)--ShellJS functions exposed straight to +your commandline) in our [Wiki page](https://github.com/shelljs/shelljs/wiki)! ## Installing