1.0.0 • Published 3 years ago

bookit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

bookit

Generates a digital book from markdown files (*.md)

IMPORTANT: Requires Node v12.19.0 or newer; If using nvm, install node with: nvm install --lts

Install

npm i bookit

Run from command-line

npx bookit init -i

Build

npx bookit build

Recommended: add a script to your package.json file, with debug mode on

{
  "scripts": {
    "bookit": "bookit build -d"
  }
}

then you can run

npm run bookit

More at the Bookit Handbook