generator-angular-es6-webpack v1.1.1
AngularJS + ES6 + Webpack Generator 
Yeoman generator for AngularJS applications built with Webpack and Babel.js
More info on project structure Angular + ES6 + Webpack blog post
Usage
For information on using Yeoman check out the complete Getting Started Guide.
Install yo and generator-angular-es6-webpack:
npm install -g yo generator-angular-es6-webpackMake a new directory for your application:
mkdir new-project && cd $_Run the generator:
yo angular-es6-webpackFollow the prompts to scaffold the application. Once finished run gulp serve to run Webpack's development server and gulp build to build minified bundle.
Version Service
The version-service is generated at build time using the VERSION file and a portion of the git hash for the commit. As a result of being created by the build, it is recommended to run the gulp build at least once before attempting to run the tests or running the development server.