next-book / nb-builder

Book building tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated: nb-builder was the first experimental next-book publishing tool, written as prototype and a proof of concept. It is followed by nb-mapper (generator) and nb-base (browser functionality).

nb-builder

Next Book building tool.

Use

git clone https://github.com/next-book/nb-builder.git .
yarn install
npm link
nb-build --src ./src --out ./out --owner "John Doe" --hash "abcdefgh"
  • Above values are defaults, any params may be omitted.
  • --src directory needs to be a git repo.

About

Book building tool

License:MIT License


Languages

Language:JavaScript 100.0%