stringtemplate4 icon indicating copy to clipboard operation
stringtemplate4 copied to clipboard

Feature request: stand-alone tool for class ST.

Open kaby76 opened this issue 3 years ago • 3 comments

I looked through this repo, and there is no static void main() method on any class. Therefore, I don't think this has been considered: It would be nice to have a stand-alone tool for ST. E.g., a static void main() method on class ST, which takes: (1) a file to read stdin (or a file, or a content string on the command line), render(content), then writes to stdout the rendered contents; (2) a JSON file, specified on the command line, e.g., -args attribute-list.json, an arbitrary list of args to ST.add(). I spent a few days getting ST for C# working, but it hasn't been updated with the changes in this repo since July 16, 2016.

kaby76 avatar Mar 13 '21 13:03 kaby76

Hi. Sounds cool. Unfortunately, ST is a low priority for me these days. sorry!

parrt avatar Mar 13 '21 18:03 parrt

Its old but may still be of interested: https://hardlikesoftware.com/weblog/stst/

jsnyders avatar May 21 '21 17:05 jsnyders