Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 308 Bytes

README.asciidoc

File metadata and controls

23 lines (14 loc) · 308 Bytes

Readme

to run the tooling you need following gems

  • asciidoctor

  • watchr

  • rake

  • activesupport

Install required Gems using bundler

bundle

If you are developing you can run

rake watch

This will watch all asciidoc files and rebuild the book after every change.

Todo:

  • Add pdf

  • Add Gemfile