log-pose

v0.4.9
Helps you to not get lost

dev

npm run test:unit -- -w

lint

eslint lib tests

test

npm run test:unit && npm run test:ci --

test:ci

npm run coverage:all && npm run report -- -r lcov

test:all

npm run test:run tests && npm run report -- -r html

test:run

NODE_ENV=test _mocha --exit --recursive -bR spec

test:unit

npm run test:run tests --

coverage

nyc -x '**/tests/**' -x '**/*.test.js'

coverage:all

npm run coverage -- npm run test:all

coverage:unit

npm run coverage -- npm run test:unit

codecov

codecov --file=coverage/lcov.info -e TRAVIS_NODE_VERSION

report

nyc report

pretest

npm run lint
npm i log-pose

Metadata

  • MIT
  • *
  • Unknown
  • released 7/16/2023

Downloads

Maintainers