UNPKG

webmat

Version:

Formats your entire project with clang-format

18 lines (14 loc) 464 B
#!/usr/bin/env node /** * @license * Copyright (c) 2018 Google Inc. All rights reserved. * This code may only be used under the BSD style license found at * http://polymer.github.io/LICENSE.txt * Code distributed by Google as part of this project is also * subject to an additional IP rights grant found at * http://polymer.github.io/PATENTS.txt */ 'use strict'; process.title = 'format-polymer-project'; const cli = require('../lib/index'); cli.run();