AsciiDoctorJAliases Class

Summary

Functions to call AsciiDoctorJ.

In order to use this add-in, add the following to your build.cake.

#addin "nuget:?package=Cake.AsciiDoctorJ"

Assembly
Cake.AsciiDoctorJ.dll
Namespace
Cake.AsciiDoctorJ
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AsciiDoctorJAliases"] class Type type-node

Syntax

public static class AsciiDoctorJAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
AsciiDoctorJ(ICakeContext, Action<AsciiDoctorJRunnerSettings>) void
Runs the tool using an action to configure settings.
static
AsciiDoctorJ(ICakeContext, AsciiDoctorJRunnerSettings) void
Runs the tool using the given AsciiDoctorJRunnerSettings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin