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.
- 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.