npm-install-webpack-plugin

v3.1.2
Webpack loader to automatically npm install & save dependencies.
webpack webpack-plugin npm install

changelog

npm run changelog:generate && npm run changelog:add

changelog:add

git add CHANGELOG.md

changelog:generate

github_changelog_generator --future-release $npm_package_version

coverage

npm test && nyc report --reporter=text-lcov | coveralls

postversion

npm run version:amend && git push origin master --tags && npm publish

test

NODE_ENV=test nyc mocha

version

npm run changelog

version:amend

git commit --amend -m "Release v${npm_package_version}"

Metadata

  • MIT
  • Whatever
  • Eric Clemmons
  • released 5/12/2016

Downloads

Maintainers