This commit is contained in:
Artur Adib 2012-03-29 14:28:48 -04:00
parent d270470da4
commit 174c4bd8ef

View File

@ -5,7 +5,7 @@
ShellJS is a **portable** (Windows included) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands.
The project is [unit-tested](http://travis-ci.org/arturadib/shelljs) and is being used at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js).
The project is [unit-tested](http://travis-ci.org/arturadib/shelljs) and is being used at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js), [butter.js](http://github.com/mozilla/butter) and [others](http://search.npmjs.org/#/shelljs).
### Example