SLGenerator allows the writing of .net code that is compiled and ran inside of an extension. This is very usefull if you want to automate processes, for example: creating typescript models from c# models. This extension dynamically compiles .net code inside of a project and executes it. This allows for the full control of writing an extension without having to actually create one.
Please visit https://github.com/smasherprog/SLGenerator for more information |