bookit
v1.0.0
Published
CLI Tool to generate a book from markdown files
Downloads
12
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 bookitRun from command-line
npx bookit init -iBuild
npx bookit buildRecommended: add a script to your package.json file, with debug mode on
{
"scripts": {
"bookit": "bookit build -d"
}
}then you can run
npm run bookitMore at the Bookit Handbook
