OurBigBook
Save the output to a given file instead of outputting to stdout:
./ourbigbook --outfile not-readme.html not-readme.bigb
The generated output is slightly different than that of:
./ourbigbook not-readme.bigb > not-readme.html
because with --outfile we know where the output is going, and so we can generate relative includes to default CSS/JavaScript files.

Ancestors

  1. OurBigBook CLI options
  2. OurBigBook CLI
  3. OurBigBook Project