# execsyncs

> execSync for v0.10 and v0.11

Latest version **0.1.1** (published 2014-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install execsyncs
pnpm add execsyncs
yarn add execsyncs
bun add execsyncs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2014-07-25 |
| First published | 2014-07-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 16 |
| Author | yosuke-furukawa |
| Maintainers | yosuke-furukawa |
| Keywords | execsync, execSync, sync, exec, shell |

## Links

- npm: https://www.npmjs.com/package/execsyncs
- Repository: https://github.com/yosuke-furukawa/execsyncs
- Issues: https://github.com/yosuke-furukawa/execsyncs/issues
- npm.io page: https://npm.io/package/execsyncs

## Dependencies (1)

- [nan](https://npm.io/package/nan.md) ^1.2.0

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 0.1.1 (latest) — 2014-07-25
- 0.1.0 — 2014-07-25

## README

execsyncs
===============
[![Build Status](https://travis-ci.org/yosuke-furukawa/execsyncs.svg?branch=master)](https://travis-ci.org/yosuke-furukawa/execsyncs)

execSync for node v0.10 and v0.11.

If your node version is v0.11, execsyncs uses core library (child_process.execSync).
However, if your node version is v0.10, execsyncs uses own native module (execsync.cc).

How to use
================

```shell
$ npm install execsyncs -S
```


```javascript
var execsyncs = require("execsyncs");
var ls = "" + execsyncs("ls");
console.log(ls);
```


LICENSE
===============

MIT

Inspired BY
==============

[https://github.com/hecomi/node-execSync](https://github.com/hecomi/node-execSync)
Thanks, hecomi san.

---
_Source: https://npm.io/package/execsyncs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
