1.0.0 • Published 5 years ago

sync-runner v1.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

Sync Runner

To execute a binary executable file and return its standard output synchronization. (node.js)

Now syncRunner is supporting Nodejs v0.11.* and iojs v1.* and Nodejs v4.*!

Installation

$ npm install sync-runner

Usage

var run = require("sync-runner");
var result = run("command", "current_work_directory", max_million_seconds);
console.log(result);

current_work_directory and max_million_seconds are optional. You can pass only current_work_directory or max_million_seconds, or neither.

1.0.0

5 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5-fixwin

11 years ago

0.0.5

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago