Total Pageviews

Monday 15 August 2016

如何安装Closure Linter

This document describes how to install and use Closure Linter.

Install Closure Linter

Use the Python pip utility to download and install Closure Linter.

Linux

To install Closure Linter on Linux, execute the following commands:
$ sudo apt-get install python-pip
$ sudo  pip install https://github.com/google/closure-linter/zipball/master
from https://developers.google.com/closure/utilities/docs/linter_howto