Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

next-book/nb-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.