honkit / honkit
- понедельник, 29 июня 2020 г. в 00:21:52
JavaScript
📖 HonKit is building beautiful books using Markdown - Fork of GitBook
HonKit is building beautiful books using GitHub/Git and Markdown.
HonKit documentation is built by HonKit!
The best way to install HonKit is via NPM or Yarn.
$ npm init --yes
$ npm install honkit --save-dev
HonKit can set up a boilerplate book:
$ npx honkit init
If you wish to create the book into a new directory, you can do so by running honkit init ./directory
Preview and serve your book using:
$ npx honkit serve
Or build the static website using:
$ npx honkit build
You can start to write your book!
For more details, see HonKit's documentation.
HonKit is a fork of GitBook (Legacy). GitBook (Legacy) is deprecated and inactive project.
HonKit aim to smooth migration from GitBook (Legacy) to HonKit.
gitbook-plugin-* packages
npm install gitbook-plugin-<example> --save-devbuild/serve performance
honkit build: use file cache by defaulthonkit serve: 28.2s → 0.9s in examples/benchmark--reload flag for force refreshhonkit-plugin-* and gitbook-plugin-*honkit-plugin-* and @scope/honkit-plguin-* (GitBook does not support a scoped module)install command
npm install or yarn installglobal-npm dependency
yarnReplace gitbook-cli with honkit.
npm uninstall gitbook-cli
npm install honkit --save-dev
Replace gitbook command with honkit command.
"scripts": {
- "build": "gitbook build",
+ "build": "honkit build",
- "serve": "gitbook serve"
+ "serve": "honkit serve"
},After that, HonKit just work!
honkit build benchmark:
HonKit is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
HonKit is a fork of GitBook (Legacy). GitBook is licensed under the Apache License, Version 2.0.
Also, HonKit includes bignerdranch/gitbook works.