appveyor-status

v5.0.1
Query the AppVeyor build status.
appveyor ci cli continuous integration

changelog

conventional-changelog -p angular -i CHANGELOG.md -s -u

clean

rimraf coverage && rimraf doc

doc

npm run doc-js && npm run doc-spec

doc-js

rimraf doc/api && jsdoc -c jsdoc.conf.json .

doc-spec

rimraf doc/spec && mkdir doc/spec && mocha --reporter doc --recursive test | nodecat doc-src/spec/header.xhtml - doc-src/spec/footer.xhtml > doc/spec/index.xhtml

lint

npm run lint-js && npm run lint-doc

lint-doc

jsdoc -t templates/silent -c jsdoc-lint.conf.json . && echo JSDoc passed.

lint-js

eslint --report-unused-disable-directives . && echo ESLint passed.

postpublish

git -C doc push && git push --follow-tags origin master gh-pages && echo Remember to update GitHub Releases from CHANGELOG.md

postversion

rimraf doc && git clone -b gh-pages -l -q . doc && npm run doc && git -C doc add . && git -C doc commit -n -m "Docs for v$npm_package_version"

preversion

npm run test-cov && nyc check-coverage --statements 95 && depcheck --ignore-dirs doc --ignores mocha-ur2ue && david && git-branch-is master && travis-status -b master -c -w -x && node ./bin/appveyor-status.js -b master -c -w -p kevinoid/appveyor-status

test

npm run lint && npm run test-unit

test-cov

npm run lint && npm run test-unit-cov

test-unit

mocha --parallel --require mocha-ur2ue --recursive test

test-unit-cov

nyc mocha --parallel --require mocha-ur2ue --recursive test

upload-cov

codecov < ./coverage/lcov.info && coveralls < ./coverage/lcov.info

version

npm run changelog && echo && echo === Please edit CHANGELOG.md as desired, then exit === && echo && $npm_config_shell && git commit -m "Update CHANGELOG.md for $npm_package_version" CHANGELOG.md

version-deps

npm install conventional-changelog-cli david depcheck git-branch-is travis-status
npm i appveyor-status

Metadata

  • MIT
  • >=10.13
  • Kevin Locke
  • released 6/14/2020

Downloads

Maintainers