Skip to content

Related Projects

John Lenz edited this page Jan 5, 2018 · 2 revisions

Additional projects using Closure or for use with Closure.

Introduction

Closure Library is the core library used for many Google Projects, and is intended have other code written on top of it in separate namespaces. Other users of Closure Library have open sourced code they've written, and we link examples we know of here.

We only link to these examples on an as-is basis and cannot vouch for the quality or stability of the code, but would like to encourage Closure-Library-style coding outside Closure Library.

Community

Community-run Closure resource site Closure Please

Contribute

Please contact closure-library-discuss if you'd like to share your code.

Please follow Closure Library style and use a unique namespace (not goog.*) so that others might use your code without conflict.

Tools

  • Closure Tools Other pojects (such as the compiler) commonly used with Closure LIbrary
  • plovr is a build tool that dynamically recompiles JavaScript and Closure Template code.
  • SoyNode allows compilation and loading of .soy files without an intermediary build step. Has support for dynamic re-compilation.
  • Closure Library wrapper for node.js https://github.com/lm1/node-closure

Libraries Code