tag-release

v5.0.0-refactor-and-jest.2
Automatically Tag and Release Repositories

lint

eslint --ignore-path .gitignore ./

lint:fix

eslint --fix --ignore-path .gitignore ./

test

jest --coverage

test:verbose

npm run test -- --verbose

test:watch

npm test -- --watchAll

test:verbose:watch

npm run test:loud -- --watch

cover

npm test

cover:watch

npm run test:watch

cover:open

open coverage/lcov-report/index.html

pre-commit

echo 'Running pre-commit hooks...' && exit 0

Metadata

  • MIT
  • Whatever
  • LeanKit
  • released 7/7/2017

Downloads