Yeoman generator for Asciidoctor.js that lets you quickly set up everything.
Getting Started
Make sure that you have installed yo
and grunt-cli
.
Adding asciidoctor generator is a simple as running:
npm install -g generator-asciidoctor
Finally, initiate the generator:
yo asciidoctor
You will be asked to choice one of available stylesheets.
Inspect the created directory structure.
Gruntfile
Run grunt
for build and grunt serve
for preview
License
MIT