OurBigBook
Publish as a local directory that can be zipped and sent to someone else, and then correctly viewed by a browser locally by the receiver. You can then zip it from the Linux command line for example with:
cd out/publish/out
zip -r local.zip local
Maybe we should do the Zip step from the OurBigBook CLI as well. There is no Node.js standard library wrapper however apparently: stackoverflow.com/questions/15641243/need-to-zip-an-entire-directory-using-node-js

Ancestors

  1. --publish-target
  2. OurBigBook CLI options
  3. OurBigBook CLI
  4. OurBigBook Project