Cake.AsciiDoctorJ

An alias for Cake to help with running AsciiDoctorJ.

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

dotnet add package Cake.AsciiDoctorJ --version 5.0.0

<PackageReference Include="Cake.AsciiDoctorJ" Version="5.0.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.