GitHunt
LT

ltduy/TypewriterCli

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.

file watcher 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 Watchers settings to select projects and files in projects.
Created August 8, 2020
Updated August 8, 2020