Drizin / CodegenCS

C# Toolkit for Code Generation (T4 alternative!)
MIT License
223 stars 30 forks source link

Create my own CLI with Codegencs #28

Closed jwhitmore-fleetresponse closed 4 weeks ago

jwhitmore-fleetresponse commented 4 weeks ago

There is not a way to pass in runtime variables. There should be a way to pass in variables during runtime and not just using a static file. I want the user to pass in that information. How is this done with this tool?

jwhitmore-fleetresponse commented 4 weeks ago

I figured out how to do it. I just made an temp json file and call the dotnet tool directly

Drizin commented 4 weeks ago

There are many options: