0.0.5 • Published 10 years ago

node-system v0.0.5

Weekly downloads
6
License
MIT
Repository
-
Last release
10 years ago

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-system

Usage

system = require "node-system"
readdir = -> system( "ls" ).split("\n")

License

MIT

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago