@tririga/tri-polymer-upgrade
Version:
A tool for converting TRIRIGA UX views from Polymer 1 to Polymer 3
25 lines (15 loc) • 722 B
Markdown
# tri-polymer-upgrade
A tool for converting TRIRIGA UX views from Polymer 1 to Polymer 3.
### Installation
$ npm install tri-polymer-upgrade -g
### Synopsis
$ tri-polymer-upgrade -d <view_dir> -o <converted_dir>
### Options
* `-d, --dir directory_path` The directory path that contains the files for the view to be converted. Defaults to the current directory path.
* `-o, --out directory_path` The destination directory of the converted files.
* `--version` Print tri-polymer-upgrade version.
* `-q, --quiet` Do not print any non-error message to the console.
* `-h, --help` Print the help message.
### Usage
To convert the Polymer 1 my-ux-view to Polymer 3
$ tri-polymer-upgrade -d my-ux-view -o my-ux-view