Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukawski/polymer-transpiler

Polymer 1 to Polymer 2 transpiler.
https://github.com/lukawski/polymer-transpiler

polymer polymer1topolymer2 polymer2 transpiler

Last synced: about 1 month ago
JSON representation

Polymer 1 to Polymer 2 transpiler.

Awesome Lists containing this project

README

        

# Polymer 1 to Polymer 2 transpiler.

[![npm version](https://badge.fury.io/js/polymer-transpiler.svg)](https://badge.fury.io/js/polymer-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`

[Report a bug](https://github.com/lukawski/polymer-transpiler/issues/new)

Note that its still in alpha so anything can change at any time.

Feel free to contribute and help!