polymer-init

0.1.0 • Public • Published

polymer-init

Build Status NPM version Dependency Status

Polymer.js scaffold generator with CSS3 polyfills, inlined HTML5 imports, and live browser reloads.

  • CSS3 polyfills provided by Myth.
  • Rebuild on change with automatic browser reload using browser-sync.
  • Asset bundling and minification using UglifyJS and UglifyCSS
  • Inlining of HTML imports.

Installation

npm install --global polymer-init

Usage

mkdir myproject
cd myproject
polymer-init

Directory Structure

/project
  .bowerrc
  /app
    /images
      polymer.svg
    /lib
    index.html
    /scripts
    /styles
      screen.css
  bower.json
  gulpfile.js
  package.json

BSD Licensed

Package Sidebar

Install

npm i polymer-init

Weekly Downloads

2

Version

0.1.0

License

BSD

Last publish

Collaborators

  • amingoia