Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nils-a/cake.asciidoctorj

Open more actions menu
 
 

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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.