Scripty icon indicating copy to clipboard operation
Scripty copied to clipboard

More Use cases, Examples and Docs

Open CurlyBraceTT opened this issue 8 years ago • 3 comments

I have hard time finding some examples of Scripty. If you have some links/Repos - please share.

CurlyBraceTT avatar Jul 04 '17 11:07 CurlyBraceTT

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?

daveaglick avatar Jul 04 '17 21:07 daveaglick

Perhaps this may help?

https://github.com/daveaglick/Scripty/pull/98/commits/0773b91d03695b425b741bd33c467ffc6cb24b8b

zanetdev avatar Aug 08 '17 06:08 zanetdev

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

okfro avatar Jul 09 '19 23:07 okfro