Skip to content

Repository files navigation

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.

About

Typewriter NetCore version with command line interface and single file processing.

Topics

Resources

Stars

24 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages