Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: stand-alone tool for class ST. #278

Open
kaby76 opened this issue Mar 13, 2021 · 3 comments
Open

Feature request: stand-alone tool for class ST. #278

kaby76 opened this issue Mar 13, 2021 · 3 comments

Comments

@kaby76
Copy link

kaby76 commented Mar 13, 2021

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.

@parrt
Copy link
Member

parrt commented Mar 13, 2021

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

@jsnyders
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@parrt @jsnyders @kaby76 and others