bookit
v1.0.0
Published
CLI Tool to generate a book from markdown files
Downloads
10
Maintainers
Readme
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