This package has been deprecated

Author message:

This package is no longer relevant as Node.js 0.12 is unmaintained.

exec-file-sync

3.0.0 • Public • Published

Deprecated

This package is no longer relevant as Node.js 0.12 is unmaintained.


exec-file-sync Build Status

Node.js 0.12 childProcess.execFileSync() ponyfill

Doesn't require node-gyp compilation or anything like that.

Install

$ npm install --save exec-file-sync

Usage

var execFileSync = require('exec-file-sync');
 
console.log(execFileSync('echo', ['unicorn']).toString().trim());
//=> 'unicorn'

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i exec-file-sync

Weekly Downloads

6,944

Version

3.0.0

License

MIT

Unpacked Size

4.36 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus