webpack-glob-entry

v2.0.3
simple function to transform glob patterns in webpack entry object
webpack

lint

eslint {src,spec}/**.js

test

cross-env NODE_ENV=test nyc jasmine

test:lib

cross-env JASMINE_TEST=lib jasmine

test:production

npm run build:production && npm run test:lib

report-coverage

nyc report --reporter=lcov

coveralls

cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

build

babel src/index.js -o lib/index.js

build:production

babel src/index.js -o lib/index.js

watch

babel src/index.js -o lib/index.js -w

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • Whatever
  • cotne nazarashvili
  • released 10/19/2016

Downloads

Maintainers