TypewriterCli
TypewriterCli copied to clipboard
Typewriter NetCore version with command line interface and single file processing.
Typewriter Cli
NetCore port of Typewriter with command line interface and single file processing.
Typewriter Cli options:
t|template=- full path to template (*.tst) file.s|source=- full path to source (*.cs) file.
Use Typewriter Cli with Rider
Use Rider File Watchers settings.

Restrictions
- Single file processing
Code model (classes, properties, methods etc) returns only objects of processing file. - Type.IsDefined is not supported (stub)
Type.IsDefined always returns Type.!IsPrimitive. - Settings.IncludeCurrentProject() and Settings.IncludeProject("Project.Name") is not supported (stub).
Use Rider
File Watcherssettings to select projects and files in projects.