# @ewardev/script.runner

> NodeJS script runner from code by timer

Latest version **1.0.2** (published 2018-08-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ewardev/script.runner
pnpm add @ewardev/script.runner
yarn add @ewardev/script.runner
bun add @ewardev/script.runner
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-08-29 |
| First published | 2018-08-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Alex Loi |
| Maintainers | ewardev |
| Keywords | run, script, process, concurrently, parallel, promise, timer |

## Links

- npm: https://www.npmjs.com/package/@ewardev/script.runner
- npm.io page: https://npm.io/package/@ewardev/script.runner

## Dependencies (1)

- [concurrently](https://npm.io/package/concurrently.md) ^4.0.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2018-08-29
- 1.0.1 — 2018-08-29
- 1.0.0 — 2018-08-29

## README

## Script.Runner

Invoke multiple commands, running in parallel / sequential, matching npm scripts

### Install

```bash
npm install --save @ewardev/script.runner
```

### Usage

```
usage: 
const ScriptRunner = require("script.runner");

const PATH_TO_SCRIPT = "./test/scriptForRun.js";
const TIME_FOR_RESTART_OF_SECONDS = 10; // null of 0 for start only once

const scriptRunner = new ScriptRunner(
  PATH_TO_SCRIPT,
  TIME_FOR_RESTART_OF_SECONDS,
  error => {
    console.log("PROCESS_ERROR");
  }
);
```

## License
Copyright (c) 2018 Alex Loi
Licensed under the MIT license.

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