stdio-mock

v1.2.0
Mock Command Line Applications
typescript

test:lint

tslint src/**/*.ts src/*.ts

test:unit

mocha -r ts-node/register test/*.ts

test

npm run test:lint && npm run test:unit

commit

git-cz

changelog

conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 --preset angular

build

tsc

preversion

npm run build

postversion

git push origin master && git push origin --tags && npm publish && npm run changelog

release:minor

npm version minor -m 'chore(package): v%s'

release:major

npm version major -m 'chore(package): v%s'
npm i stdio-mock

Metadata

  • MIT
  • Whatever
  • Tylor Steinberger
  • released 3/30/2022

Downloads

Maintainers