NeVeSpl / NTypewriter

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
https://nevespl.github.io/NTypewriter/
MIT License
124 stars 24 forks source link

execute NTypewriter as a dotnet tool #49

Closed harishrathi closed 2 years ago

harishrathi commented 2 years ago

I am not sure if its possible, if it is - that would help a lot in CI/CD automation. Also, I can run it as a vscode command rather than depending on visual studio.

NeVeSpl commented 2 years ago

NTypewriter does not have any dependency on VS. You can build your own CLI or use one of existing NTypewriterCLI . Since CLI is possible you can integrate NTypewriter with whateever you want.