1.0.2 • Published 5 years ago

@tririga/tri-polymer-upgrade v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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