Skip to content

Fulcro 3 Developer's Guide. (See root of older fulcro repository for version 2)

License

Notifications You must be signed in to change notification settings

alexparens/fulcro-developer-guide

 
 

Repository files navigation

Fulcro Developer’s Guide

This is the source for the Developer’s Guide of Fulcro version 3.

The source for v2 of the book is in the root of the Fulcro repository, at any 2.x tag.

Generating HTML

See the Makefile.

You can also use asciidoc in Docker, which comes with PDF and diagram support. Example:

docker run -it -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor -o ./docs/DevelopersGuide.html -b html5 -r asciidoctor-diagram DevelopersGuide.adoc

Generating a pdf

make pdf

Prerequisites

asciidoctor-pdf is a ruby gem. It is recommended to manage userspace gems using rvm.

Please see the asciidoctor guide for more information

About

Fulcro 3 Developer's Guide. (See root of older fulcro repository for version 2)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.1%
  • Clojure 25.8%
  • Makefile 0.1%