0.1.0 • Published 8 years ago

webpack-scripts v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

webpack-scripts

NPM version NPM downloads Build Status

Install

$ npm install --save webpack-scripts

Usage

const scripts = require('webpack-scripts')

// to build your app
scripts.build(webpackConfig)

// to run dev server for your app
script.start(webpackConfig, {
  port: 4000,
  hot: true
})

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © EGOIST