Skip to content

nils-a/cake.asciidoctorj

 
 

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

About

makes asciidoctorj available as a tool in cake

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%