node-system

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i node-system

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • dyoder