Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Latest commit

 

History

History
62 lines (39 loc) · 2 KB

File metadata and controls

62 lines (39 loc) · 2 KB

generator-polymerx

Greenkeeper badge

GitHub release Build Status codecov GitHub issues code style Polymer Skeleton

Scaffold out a new PolymerX Skeleton or Element

⚠️ DEPRECATION WARNING: this tool is no longer updated. Please use the polymerx-cli instead. ⚠️

Install

NOTE: you need yo

npm:

npm install --global yo generator-polymerx

yarn:

yarn add global yo generator-polymerx

Usage

Skeleton

Will create a copy of the Polymer Skeleton. Create a directory, and inside run:

yo polymerx

Element

Will create three files: index.js, template.html and style.postcss within a folder with the name chosen. Within your components/ directory run:

yo polymerx:element

Contributors

Name Website
Alessio Occhipinti https://godev.space

License

MIT © PolymerX