Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 533 Bytes

File metadata and controls

31 lines (19 loc) · 533 Bytes

Jxec

NPM

jxec -> js + exec

Why

This package is spawn wrapper for:

  • Promise interface.
  • PID manage.

And this is developed with the policy that:

  • Write with TypeScript.
  • Compile to CommonJS.

TypeScript is more friendly than pure JavaScript for developers.

CommonJS package can be run directly in the Jest context.

Install

npm install jxec
yarn add jxec