firefly-trading-labs / TypewriterCli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 100.0%Language:Scilab 0.0%