Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

generator-polymer-init

Bare-bones Polymer element and app scaffolding

Installation

First, install Yeoman and generator-polymer-init using npm (we assume you have pre-installed node.js).

npm install -g yo generator-polymer-init

Then generate your new project:

mkdir test-element
cd test-element
yo polymer-init