All Projects → sindresorhus → exec-file-sync

sindresorhus / exec-file-sync

Licence: MIT license
Node.js 0.12 childProcess.execFileSync() ponyfill

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to exec-file-sync

Govuk elements
❗️GOV.UK Elements is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 226 (+1783.33%)
Mutual labels:  deprecated
Ezpublish Legacy
eZ Publish (aka "legacy kernel" + 3 core "legacy extensions") NOTE: Succeeded by eZ Platform, no further feature releases planned.
Stars: ✭ 251 (+1991.67%)
Mutual labels:  deprecated
grunt-git-ftp
DEPRECATED: queries last git commit and FTPs modified files to server
Stars: ✭ 11 (-8.33%)
Mutual labels:  deprecated
Liteaccordion
A lightweight horizontal accordion plugin for jQuery.
Stars: ✭ 234 (+1850%)
Mutual labels:  deprecated
Afterglow
HTML5 video player made easy.
Stars: ✭ 244 (+1933.33%)
Mutual labels:  deprecated
generator-oraclejet
DEPRECATED Yeoman generator for creating Web and Mobile-hybrid Oracle JET based applications
Stars: ✭ 13 (+8.33%)
Mutual labels:  deprecated
Grunt Recess
[DEPRECATED] Lint and minify CSS and LESS
Stars: ✭ 205 (+1608.33%)
Mutual labels:  deprecated
picosdk-python-examples
DEPRECATED - An example Python application and examples for PicoScope® oscilloscope products.
Stars: ✭ 21 (+75%)
Mutual labels:  deprecated
Deep Assign
[DEPRECATED] Recursive Object.assign()
Stars: ✭ 249 (+1975%)
Mutual labels:  deprecated
gradle-common-deps-plugin
Gradle plugin that provides convenience closure for configuring common dependencies
Stars: ✭ 22 (+83.33%)
Mutual labels:  deprecated
Webview In Coordinatorlayout
Stars: ✭ 238 (+1883.33%)
Mutual labels:  deprecated
Sabayon
DEPRECATED. DO NOT USE.
Stars: ✭ 240 (+1900%)
Mutual labels:  deprecated
max-safe-integer
ES2015 Number.MAX_SAFE_INTEGER ponyfill
Stars: ✭ 15 (+25%)
Mutual labels:  deprecated
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+1833.33%)
Mutual labels:  deprecated
react-flex-slick
Slick carousel using Flexbox
Stars: ✭ 40 (+233.33%)
Mutual labels:  deprecated
Bower Components
[DEPRECATED] Site to discover Bower components
Stars: ✭ 220 (+1733.33%)
Mutual labels:  deprecated
Rust Everywhere
SUPERSEDED by https://github.com/japaric/trust
Stars: ✭ 253 (+2008.33%)
Mutual labels:  deprecated
amazon-alexa-skill-library
DEPRECATED PHP Library for Amazon Alexa Skills
Stars: ✭ 13 (+8.33%)
Mutual labels:  deprecated
vagrant-magento
**DEPRECATED**
Stars: ✭ 12 (+0%)
Mutual labels:  deprecated
commerce-cif-api
Adobe Commerce Integration Framework (CIF) API reference and data model documentation files
Stars: ✭ 18 (+50%)
Mutual labels:  deprecated

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].