@jsdevtools/ez-spawn

v3.0.1
Simple, consistent sync or async process spawning
cli process spawn exec sync async

clean

shx rm -rf .nyc_output coverage

lint

eslint lib test

test

npm run test:node && npm run test:typescript && npm run lint

test:node

mocha

test:typescript

tsc --noEmit test/specs/typescript-definition.spec.ts

coverage

nyc node_modules/mocha/bin/mocha

upgrade

npm-check -u && npm audit fix

bump

bump --tag --push --all

release

npm run upgrade && npm run clean && npm test && npm run bump
npm i @jsdevtools/[email protected]

Metadata

  • MIT
  • >=10
  • James Messinger
  • released 3/10/2020

Downloads