Cake.AsciiDoctorJ

An alias for Cake to help with running AsciiDoctorJ.

#addin nuget:?package=Cake.AsciiDoctorJ&version=4.1.0

dotnet add package Cake.AsciiDoctorJ --version 4.1.0

<PackageReference Include="Cake.AsciiDoctorJ" Version="4.1.0" />

Aliases

Functions to call AsciiDoctorJ.

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

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

AsciiDoctorJ

AsciiDoctorJ(Action<AsciiDoctorJRunnerSettings>) Runs the tool using an action to configure settings.
AsciiDoctorJ(AsciiDoctorJRunnerSettings) Runs the tool using the given AsciiDoctorJRunnerSettings.