Skip to content

firefly-trading-labs/TypewriterCli

 
 

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%