exec-file-sync
Node.js 0.12 childProcess.execFileSync() ponyfill
Last updated 10 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install exec-file-sync 
SYNC missed versions from official npm registry.

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

Current Tags

  • 3.0.0                                ...           latest (7 years ago)

5 Versions

  • 3.0.0 [deprecated]           ...           7 years ago
  • 2.0.2                                ...           10 years ago
  • 2.0.1                                ...           10 years ago
  • 2.0.0                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (3)
Dev Dependencies (1)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |