lifion-verify-deps

v1.0.0
Verifies that installed NPM modules are the latest currently available version.
check dependencies installed modules npm packages update upgrade verify and 2 more...

build-docs

jsdoc2md -t ./templates/README.hbs ./lib/*.js > ./README.md && git add ./README.md

build-docs-watch

npm-watch build-docs

eslint

eslint . --ext .js,.json --cache

format

prettier --write '**/*.{md,js,json}' '!reports/**/*.{js,json}'

jest

JEST_JUNIT_OUTPUT=./reports/junit/js-test-results.xml jest

jest-watch

npm run jest -- --watch --coverageReporters=html

lint

eslint . --ext .js,.json --format junit -o ./reports/junit/js-lint-results.xml

prepare

check-engines

test

npm run jest -- --ci --runInBand && codecov

verify-deps

./bin/lifion-verify-deps.js

version

auto-changelog -p && git add CHANGELOG.md

Metadata

  • MIT
  • >=8.6.0
  • Mackenzie Turner
  • released 11/28/2018

Downloads

Maintainers