rollup-load-plugins

v0.4.0
Loads Rollup plugins listed in package.json.

test

yarn run lint && yarn run test:unit

lint

standard '*.js'

test:unit

mocha --reporter ${MOCHA_REPORTER:-spec} test.js

test:cover

nyc --reporter=${NYC_REPORTER:-text} yarn run test:unit

test:ci

yarn run lint && env MOCHA_REPORTER=mocha-junit-reporter MOCHA_FILE="$CIRCLE_TEST_REPORTS/report.xml" NYC_REPORTER=text-lcov yarn run test:cover | coveralls

format

prettier-standard '*.js'
npm i rollup-load-plugins

Metadata

  • MIT
  • >=8
  • Tim De Pauw
  • released 9/27/2018

Downloads

Maintainers