ShellJS - Unix shell commands for Node.js.md 424 B


Title: ShellJS - Unix shell commands for Node.js Date: 2016-11-11 16:00:00 Categories: [cli] tags: [shelljs, nodejs]

Authors: sedlav

ShellJS is a portable (Windows/Linux/OS X) 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.

Link