Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asciidoctor/asciidoctor-gradle-plugin
A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://github.com/asciidoctor/asciidoctor-gradle-plugin
Last synced: 4 days ago
JSON representation
A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
- Host: GitHub
- URL: https://github.com/asciidoctor/asciidoctor-gradle-plugin
- Owner: asciidoctor
- License: apache-2.0
- Created: 2013-02-12T22:05:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:24:16.000Z (3 months ago)
- Last Synced: 2024-10-30T00:00:38.398Z (11 days ago)
- Language: Groovy
- Homepage: https://asciidoctor.github.io/asciidoctor-gradle-plugin/
- Size: 12.6 MB
- Stars: 286
- Watchers: 24
- Forks: 122
- Open Issues: 114
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-list - asciidoctor/asciidoctor-gradle-plugin - A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project. (Groovy)
README
= Asciidoctor Gradle Plugin
Andres Almiray
:asciidoc-url: https://asciidoc.org
:asciidoctor-url: https://asciidoctor.org
:gradle-url: http://gradle.org/
:asciidoctor-development-docs: https://asciidoctor.github.io/asciidoctor-gradle-plugin/
:project-full-path: asciidoctor/asciidoctor-gradle-plugin
:github-branch: master
:linkattrs:
ifndef::env-github[:icons: font]
ifdef::env-github,env-browser[]
:toc: preamble
:toclevels: 2
endif::[]
ifdef::env-github[]
:status:
:outfilesuffix: .adoc
:!toc-title:
:note-caption: :paperclip:
:important-caption: :exclamation:
endif::[]ifdef::status[]
image:https://github.com/asciidoctor/asciidoctor-gradle-plugin/workflows/Build/badge.svg[GitHub Actions Status,link=https://github.com/asciidoctor/asciidoctor-gradle-plugin/actions]
image:http://img.shields.io/coveralls/{project-full-path}/{github-branch}.svg[Coverage Status,link=https://coveralls.io/r/{project-full-path}]
image:http://img.shields.io/badge/license-ASF2-blue.svg[Apache License 2,link=http://www.apache.org/licenses/LICENSE-2.0.txt]
image:https://gitlab.com/asciidoctor/asciidoctor-gradle-plugin/badges/master/pipeline.svg[link="https://gitlab.com/asciidoctor/asciidoctor-gradle-plugin/commits/master",title="pipeline status"]
endif::[]The {doctitle} is the official means of using {asciidoctor-url}[Asciidoctor] to convert all your {asciidoc-url}[AsciiDoc] documentation using {gradle-url}[Gradle].
Documentation:: We are migrating our documentation to the new Asciidoctor Antora-based site when it is ready.
In the meantime you can read a snapshot of the current documentation at {asciidoctor-development-docs}{github-branch}ifdef::env-github[]
Structure:: `master` now represents the code for the latest 4.x release of these plugins.
Development for 4.x is against the link:https://github.com/asciidoctor/asciidoctor-gradle-plugin/tree/development-4.x[{github-branch}] branch.
PRs are preferably taking against this branch.
The 3.x series of the plugin is now in maintenance only mode.
PRs for that should be raised against the link:https://github.com/asciidoctor/asciidoctor-gradle-plugin/tree/maintenance-3.x[maintenance-3.x]branches.
endif::[]