https://github.com/asciidoctor/gulp-asciidoctor
gulp-asciidoctor
https://github.com/asciidoctor/gulp-asciidoctor
asciidoctor asciidoctor-extension gulp javascript
Last synced: 6 months ago
JSON representation
gulp-asciidoctor
- Host: GitHub
- URL: https://github.com/asciidoctor/gulp-asciidoctor
- Owner: asciidoctor
- Created: 2014-11-01T14:53:18.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T22:24:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T00:00:42.427Z (11 months ago)
- Topics: asciidoctor, asciidoctor-extension, gulp, javascript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@asciidoctor/gulp-asciidoctor
- Size: 133 KB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-asciidoctor
[](https://github.com/asciidoctor/gulp-asciidoctor/actions?query=workflow%3ABuild)
[](https://www.npmjs.org/package/@asciidoctor/gulp-asciidoctor)A [gulp](https://gulpjs.com) plugin to support Asciidoctor processing in gulp tasks.
## Installation
### Requirements
You need [Node](https://nodejs.org) installed on your machine to install and run the gulp-asciidoctor plugin.
You need [gulp](https://gulpjs.com) installed globally or in your project directory.
### Install gulp-asciidoctor via npm
```
$ npm install @asciidoctor/gulp-asciidoctor --save
```### Install gulp-asciidoctor via yarn
```
$ yarn add @asciidoctor/gulp-asciidoctor
```## Compatibility
The following table shows the compatibility of the gulp-asciidoctor releases with the
underlying Asciidoctor releases.| gulp-asciidoctor release | Asciidoctor.js release |
| ------------------------ | ---------------------- |
| v1.0.6 | v1.5.2 or higher |
| v2.2.3 | v2.2.0 or higher |## Documentation
More information can be found in the [documentation](./docs/modules/ROOT/pages/index.adoc) on Github.