Skip to content

IReadmeGeneratorOptions

public abstract interface IReadmeGeneratorOptions

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Provides options for the ReadmeGenerator.

string OutputFile { get; }

Gets the path of the readme file to generate options docs into. The default is Options/Readme.md.

string Title { get; }

Gets the title of the readme file. The default is Options.

IReadmeGeneratorOptions Default { get; }

Gets the default instance for this options interface.