Skip to content

cake-contrib/cake.asciidoctorj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7faf23c Β· Nov 19, 2023
Aug 10, 2022
Nov 16, 2023
Aug 20, 2019
Oct 3, 2021
Nov 19, 2023
Feb 1, 2023
Aug 7, 2020
Aug 20, 2019
Oct 10, 2021
Sep 8, 2020
Aug 20, 2019
Mar 11, 2021
Sep 22, 2020
Aug 20, 2019
Feb 1, 2023
Nov 18, 2022
Aug 10, 2022
Oct 10, 2021
Sep 2, 2019
Nov 16, 2023
Aug 12, 2019
Aug 23, 2023

Repository files navigation

Cake.AsciiDoctorJ

standard-readme compliant All Contributors Contributor Covenant Build Codecov Report NuGet package

makes asciidoctorj available as a tool in cake

Table of Contents

Install

#addin nuget:?package=Cake.AsciiDoctorJ

Usage

#addin nuget:?package=Cake.AsciiDoctorJ

Task("MyTask").Does(() => {
  AsciiDoctorJ(s => s
	  .WithVerbose()
	  .WithInputFile(file)
	  .WithDestinationDir(distDir));
});

Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the extension-q-a category.

Join in the discussion on the Cake repository

Maintainer

Nils Andresen @nils-a

Contributing

Cake.AsciiDoctorJ follows the Contributor Covenant Code of Conduct.

We accept Pull Requests. Please see the contributing file for how to contribute to Cake.AsciiDoctorJ.

Small note: If editing the Readme, please conform to the standard-readme specification.

This project follows the all-contributors specification. Contributions of any kind welcome!

Contributors

Thanks goes to these wonderful people (emoji key):

Nils Andresen
Nils Andresen

πŸ’» πŸ“–
Pascal Berger
Pascal Berger

πŸ› πŸ’»
DiDoHH
DiDoHH

πŸ“–
Marco Stolze
Marco Stolze

πŸ›

License

MIT License Β© Nils Andresen