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

Non VS support #304

Open rogeralsing opened 5 years ago

rogeralsing commented 5 years ago

As a VS plugin, this might be out of scope. But still having some form of support, be it CLI/Build step to run the codebase through these tst templates would be neat.

I assume this can still be done by using Roslyn in a stand alone exe and do the same thing the plugin does in VS?

It could be useful for us Rider users.

ghost commented 5 years ago

I would like to add support for Visual Studio Code as a feature request for version 2.0. Reason: As many others I find myself make more and more use of Visual Studio Code when working on the frontend of my solution.

avin-kavish commented 5 years ago

Yes, I would like standalone CLI or Rider support too.

kirexp commented 5 years ago

Yah please add that extension into Rider Plugins. It would be great.

Daniel15 commented 5 years ago

It would be nice to make this a .NET Core CLI tool so that it works from both IDEs and also from CLI builds, similar to how gRPC/Protobuf works (https://www.nuget.org/packages/Grpc.Tools/).