Skip to content

thebiglabasky/soy-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soy online

Soy templates online compiler. Wraps the Soy compiler in a Java webapp to ease the Soy compiling process.

Usage

Type in your Soy code in the input source editor, click "Compile" and that's it!

Running the source code

This project runs on Google App Engine and leverages the Stripes framework as an MVC controller.

Maven is used mainly for dependency management.

Note: The SoyToJsSrcCompiler.jar being outside of Maven official repository, you'll need to add it manually to compile, like this:

mvn install:install-file -DgroupId=com.google.template.soy -DartifactId=soy-js-compiler -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=SoyToJsSrcCompiler.jar

I've used eclipse Luna with the Google Plugin without any major issue.

Credits

This project uses the brilliant CodeMirror as a source editor.

About

Soy templates online compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published