frhagn / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
537 stars 132 forks source link

Integration with CI/CD pipeline #330

Open AKlaus opened 4 years ago

AKlaus commented 4 years ago

Is there a way to integrate TypeWriter in a CI/CD pipeline?.. Happy to hear any wild ideas.

The goal is to re-enforce that the TypeScript projects is using up-to-date generated classes and not relying on diligence of developers to make all changes in VS with installed TypeWriter.

SamuelKupferschmid commented 4 years ago

@AKlaus I had the same issue. Looks like this will not be possible as long as Typewriter is a VS extension.