@jsdevtools/ez-spawn

v2.1.6
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 run build && npm test && npm run bump
npm i @jsdevtools/[email protected]

Metadata

  • MIT
  • >=10
  • Randall Krauskopf
  • released 2/19/2020

Downloads