scripty

v2.1.1
Because no one should be shell-scripting inside a JSON file.
npm scripts dry scripts shell script management

test:unit

teenytest 'lib/**/*.test.js' --helper test/unit-helper.js

test:safe

teenytest 'test/safe/**/*.js' --helper test/safe-helper.js

test:style

standard

test

npm run test:unit && npm run test:style && npm run test:safe

test:cover

npm run test:cover:unit && npm run test:cover:safe

posttest:cover

istanbul report

test:cover:unit

istanbul cover --dir coverage/unit teenytest -- 'lib/**/*.test.js' --helper test/unit-helper.js

test:cover:safe

istanbul cover --dir coverage/safe teenytest -- 'test/safe/**/*.js' --helper test/safe-helper.js

postversion

npm publish && git push --follow-tags
npm i scripty

Metadata

  • MIT
  • Whatever
  • Justin Searls
  • released 8/18/2022

Downloads