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.
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 of4.3.3
(the version of Java ST4, at the time of writing this).