polymer-transpiler
v1.1.4-alpha
Published
Polymer 1 to Polymer 2 transpiler.
Downloads
3
Readme
Polymer 1 to Polymer 2 transpiler.
Installation
npm i -g polymer-transpiler
yarn global add polymer-transpiler
Usage
polymer-transpiler [options]
CLI options
-p, --path
- specifies path in which transpiler will search for components, defaults to ./
-e, --extends
- specifies base class to extend, defaults to Polymer.Element
Note that its still in alpha so anything can change at any time.
Feel free to contribute and help!