Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmnarloch/generator-asciidoctor
- Owner: jmnarloch
- License: mit
- Created: 2015-07-30T21:14:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T16:26:01.000Z (about 9 years ago)
- Last Synced: 2024-10-12T14:50:39.522Z (about 1 month ago)
- Language: CSS
- Homepage: http://asciidoctor.org
- Size: 418 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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