An open API service indexing awesome lists of open source software.

https://github.com/knutwalker/google-closure-tools

Super repository that contains all Closure Tools SVN mirror-repositories as submodules
https://github.com/knutwalker/google-closure-tools

Last synced: 5 months ago
JSON representation

Super repository that contains all Closure Tools SVN mirror-repositories as submodules

Awesome Lists containing this project

README

          

### git < 1.6.5:

``` bash
git clone git://github.com/knutwalker/google-closure-tools.git
cd google-closure-tools
git submodule init
git submodule update
```

### git >= 1.6.5

``` bash
git clone --recursive git://github.com/knutwalker/google-closure-tools.git
```