generator-polymer-init-opinionated-element

0.0.10 • Public • Published

generator-polymer-init-opinionated-element

Polymer 2.0 component with some convinence Yarn scripts and file structure decisions for your developing pleasure.

Installation

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

yarn global app polymer-cli
yarn global add yo
yarn global add generator-polymer-init-opinionated-element

Then generate your new project:

polymer init
? Which starter template would you like to use?
❯ opinionated-element - Polymer 2.0 component generator with some convinence Yarn scripts and file structure decisions for your developing pleasure.
? What is your name? (You Name)
? What is your GitHub username or organization? (recent-org)
? What is the namespace that you would like to build this component into? (org)
? What would you like this element to be called? (name-of-element) //notice that web components have to have a hyphen in the name
 What does this element do? (nothing yet, but something awesome)  

Then the generator will yarn install and bower install for you and you're off and running!

Package Sidebar

Install

npm i generator-polymer-init-opinionated-element

Weekly Downloads

0

Version

0.0.10

License

Apache-2.0

Unpacked Size

26.4 kB

Total Files

27

Last publish

Collaborators

  • westbrook