frhagn / Typewriter

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

Run typewriter manually #316

Closed bugproof closed 5 years ago

bugproof commented 5 years ago

Each time a class matching the filter in the template is saved a TypeScript class matching the template is updated or added to the project.

In my case, I have a third party .dll with models(referenced in my project) and I never change these classes myself. Is there any way to force typewriter to generate typescript files from a template?

bugproof commented 5 years ago

https://github.com/frhagn/Typewriter/issues/171