20140422.0.0 • Published 8 years ago

rodzewich-closure-templates v20140422.0.0

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

Closure Templates

This is Medium's fork of Google Closure Templates, made available for NPM.

NPM Packages

closure-templates allows you to download pre-compiled jar and js support files with npm install closure-templates

require('closure-templates') // Returns a dictionary of JAR and source files in this package.

If you are looking for a way to use Closure Templates from a NodeJS API, you should look at soynode.

Versioning

The major version number reflects the date the last merge was taken from.

The minor and patch version numbers reflect updates to how we package the code.

We try to keep it reasonably up to date with Google's repo, but only after testing that it is compatible with our products. There may occasionally be changes introduced to work around temporary issues or to try out fixes in preparation of upstream patches.

Contributing

This project isn't intended for external contribution, we suggest instead you send patches directly.