Artur Adib is announcing that ShellJS with version number 0.5.3 is already available to download.
What is ShellJS ?
ShellJS is A JavaScript library for running Unix shell commands inside Node.js .
The ShellJS library allows developers to run portable UNIX shell commands inside Node.js, even if Node.js is not installed on an *NIX platform.Includes support for the most used UNIX commands, like: cd, ls, find, grep, rm, cp, mv, mkdir, cat, which, echo, exec and many other more.
This is changelog for ShellJS version 0.5.3 :
- Added grep -v option.
- Bug fixes.
You can read the complete changelog and also download this latest version on their homepage: shelljs.org