global-or-local

v0.1.8
Load modules from elsewhere!

dev

npm test -- -w

lint

eslint index.js tests

test

npm run test:unit --

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 --colors --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 global-or-local

Metadata

  • MIT
  • *
  • Alvaro Cabrera
  • released 7/11/2023

Downloads

Maintainers