1.0.0 • Published 4 years ago

sync-runner v1.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5-fixwin

10 years ago

0.0.5

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago