More Use cases, Examples and Docs
I have hard time finding some examples of Scripty. If you have some links/Repos - please share.
There aren't many "official" examples - it's basically just standard C# scripting with the Roslyn Workspace API and the MSBuild API exposed via the script host. That may not mean much to you, but trying searching for "Roslyn Workspace API" or "MSBuild API" and you should get some independent examples of those parts.
I use some simple Scripty scripts in Wyam, so you can check those out too.
Were you looking for an example of some specific aspect or just in general?
Perhaps this may help?
https://github.com/daveaglick/Scripty/pull/98/commits/0773b91d03695b425b741bd33c467ffc6cb24b8b
Examples would be really useful. I'm considering converting my T4 templates to scripty, but it's not clear how I would approach this. For example, here's a template that I'd like to convert: https://github.com/crfroehlich/AutoEcMvc/blob/master/T4/templates/02_Models.tt