fazibear / awesome-opal

Awesome Opal
MIT License
97 stars 19 forks source link

Adds Asciidoctor.js + Opal Node runtime/compiler #11

Closed ggrossetie closed 7 years ago

ggrossetie commented 7 years ago

Asciidoctor.js is using Opal to compile Asciidoctor Ruby in JavaScript.

Opal Node runtime is a Node module of Opal "base" modules:

Opal Node compiler is a Node module of Opal builder module. It can be useful if you want to compile a Ruby library in a JavaScript build (ie. without installing Ruby).

fazibear commented 7 years ago

THanks for your contibutions!

ggrossetie commented 7 years ago

Thanks to you 😄