Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 838 Bytes

README.asc

File metadata and controls

22 lines (17 loc) · 838 Bytes

CQRS Documents by Greg Young

Greg Young created a fantastic PDF document on CQRS that has been around the internet for quite some time.

PDF documents don’t not work well on mobile or tablet devices and they are hard to modify and sync. I thought it was a good idea to port the documents into an ebook, here is the result of it.

I didn’t modify the contents of the documents at all, all credit goes to Greg.

How to Generate the Book

$ bundle install
$ bundle exec rake book:build
Converting to HTML...
 -- HTML output at cqrs-documents.html
Converting to EPub...
 -- Epub output at cqrs-documents.epub
Converting to Mobi (kf8)...
 -- Mobi output at cqrs-documents.mobi
Converting to PDF...
 -- PDF output at cqrs-documents.pdf