Polymer.js scaffold generator with CSS3 polyfills, inlined HTML5 imports, and live browser reloads.
npm install polymer-init


> Polymer.js scaffold generator with CSS3 polyfills, inlined HTML5 imports,
and live browser reloads.
* CSS3 polyfills provided by [Myth][1].
* Rebuild on change with automatic browser reload using [browser-sync][2].
* Asset bundling and minification using [UglifyJS][3] and [UglifyCSS][4]
* Inlining of HTML imports.
``sh`
npm install --global polymer-init
`sh`
mkdir myproject
cd myproject
polymer-init
```
/project
.bowerrc
/app
/images
polymer.svg
/lib
index.html
/scripts
/styles
screen.css
bower.json
gulpfile.js
package.json
[1]: http://www.myth.io
[2]: http://browsersync.io
[3]: https://github.com/mishoo/UglifyJS2
[4]: https://github.com/fmarcia/UglifyCSS