Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.59 KB

index.md

File metadata and controls

55 lines (37 loc) · 1.59 KB

StringTemplate 4 Documentation

Please ask questions about StringTemplate in general on StackOverflow or in the StringTemplate-discussion list. For specific question about the TypeScript implementation of the ST library use the issue tracker or the discussions of the repository on Github.

Installation

Get the Node.js package with the usual command:

npm i stringtemplate4ts

in your project folder.

Note: This TypeScript port uses semantic versioning, independent of the original Code, and hence starts with version 1.0.0 instead of 4.3.3 (the version of Java ST4, at the time of writing this).

Introductory material

Groups

Templates

Whitespace and formatting

Customizing StringTemplate behavior

Misc