Skip to content

ggrossetie/asciidoctorg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Asciidoctor.js on the JVM using GraalVM!

Travis build status

This project demonstrate how Asciidoctor.js can be embed in a Java application using the GraalVM Polyglot API.

Status
This project is a proof of concept.

Build

  1. Install GraalVM

  2. Install Maven 3.5 or greater

  3. Run the following command:

    $ mvn clean install
Important

Make sure that Maven is using the java binary provided by GraalVM. You can specify the JAVA_HOME environment variable before the mvn command:

$ JAVA_HOME=/path/to/graalvm mvn clean install

About

Asciidoctor.js on the JVM using GraalVM!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages