Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.36 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.36 KB

Build Status Dependency Status Code Climate chat on gitter

Webpack CLI

This project intends to be the main cli package of webpack. Here we will encapsulate all the features and code related to the command line. From sending options to the compiler, to initialize and migrate from version to version.

Note The package is still in work in progress. In case you want to contribute, reach to us, so we can point you out how and when you can help us.

Roadmap to the first release

  • Migrate to webpack-cli all the current cli options available in webpack
  • Create a webpack-cli init command that serves to set a configuration of webpack to the user
  • create a webpack-cli migrate command that serves to migrate an existing configuration from webpack 1 to webpack 2.