Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmnarloch/generator-asciidoctor

Yeoman Asciidoctor generator
https://github.com/jmnarloch/generator-asciidoctor

Last synced: 4 days ago
JSON representation

Yeoman Asciidoctor generator

Awesome Lists containing this project

README

        

# generator-asciidoctor [![Build Status](https://secure.travis-ci.org/jmnarloch/generator-asciidoctor.png?branch=master)](https://travis-ci.org/jmnarloch/generator-asciidoctor) [![npm version](https://badge.fury.io/js/generator-asciidoctor.svg)](http://badge.fury.io/js/generator-asciidoctor) [![Dependency Status](https://david-dm.org/jmnarloch/generator-asciidoctor.svg)](https://david-dm.org/jmnarloch/generator-asciidoctor) [![devDependency Status](https://david-dm.org/jmnarloch/generator-asciidoctor/dev-status.svg)](https://david-dm.org/jmnarloch/generator-asciidoctor#info=devDependencies)

> [Yeoman](http://yeoman.io) 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:

```bash
npm install -g generator-asciidoctor
```

Finally, initiate the generator:

```bash
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