CristianFreitas / Node-Cookbook-3rd-Ed

Code repository for Node Cookbook Third Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Cookbook 3rd Edition

Outline

outline.md

Process

  1. Each chapter is a branch, with an associated PR
  2. Each PR corresponds to a chapter number, e.g. #1 is the PR for the Chapter-1 branch
  3. Co-Authors push to Chapter branches which will update PR's
  4. Co-Authors, Reviewers and Proof Readers use Commit Notes (on the Files Changes tab) to add inline comments to the PR which can be addressed by authors
  5. Commits are squashed at each draft stage, and final commit named according to state (first-draft, second-draft, complete)
  6. Once a chapter is complete, we check in a PDF, merge the branch to master and lock the PR.
  7. Any changes after this step should be avoided if at all possible, since changes after the Complete stage should be rare, any that arise will be direct commits to master.

No other issues or PR's should be opened, all communication should happen in the PR's.

Stages

The following labels can be applied to PR's to communicate the status of a chapter:

Some labels can be applied in parallel. The addressing-comments label should be applied alongside the relevant review label, no need to apply if addressing co-author comments.

PDF Output

Use hyperpdf to create a PDF from the markdown

npm install -g hyperpdf

Generate a chapter with hyperpdf <markdown-file> <pdf-file>, for example:

hyperpdf 1-Writing-Modules/content.md 1-Writing-Modules.pdf

Todo

  • The PDF is generated from markdown rendered as HTML. We need a CSS file that applies the Cookbook brand colours, fonts, etc to this HTML.

About

Code repository for Node Cookbook Third Edition, published by Packt


Languages

Language:JavaScript 86.7%Language:HTML 7.0%Language:Shell 3.4%Language:Groovy 1.7%Language:CSS 1.1%