Popularity
0.9
Stable
Activity
0.0
Stable
12
8
1

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Node.Js     Polyfills     Process     File     Ponyfill     Polyfill     Shim     Core     Built-in     Sync     Exec     Execfile     Execfilesync     Child    
Latest version: v3.0.0

exec-file-sync alternatives and similar modules

Based on the "Node.Js" category.
Alternatively, view exec-file-sync alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of exec-file-sync or a related project?

Add another 'Node.Js' Module

README

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


*Note that all licence references and agreements mentioned in the exec-file-sync README section above are relevant to that project's source code only.