node-system
v0.0.5
Published
Execute shell command synchronously.
Downloads
13
Readme
Node System
Important This module has been deprecated in favor of ShellJS.
Analog to Ruby's system method. Put another way, a sync version of spawn. Adapted from [exec-sync][0].
Installation
npm install node-systemUsage
system = require "node-system"
readdir = -> system( "ls" ).split("\n")License
MIT
