UNPKG

603 BJavaScriptView Raw
1#!/usr/bin/env node
2
3/**
4 * @license
5 * Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
6 * This code may only be used under the BSD style license found at
7 * http://polymer.github.io/LICENSE.txt The complete set of authors may be found
8 * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
9 * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
10 * Google as part of the polymer project is also subject to an additional IP
11 * rights grant found at http://polymer.github.io/PATENTS.txt
12 */
13
14require('../lib/cli.js').main(process.argv);