zhu

Release your Gitbook to HTMLs

Usage no npm install needed!

<script type="module">
  import zhu from 'https://cdn.skypack.dev/zhu';
</script>

README

Zhu

zhu

Release your Gitbook to HTMLs.

一个将你编著的 Gitbook 生成 HTML 的工具。

npm

Install

npm install -g zhu

Usage

Tasks can be executed by running

zhu <task>

For example zhu server.

Tasks

  • server or s - Start a livereload server on http://localhost:8000.
  • build or b - Build your Gitbook.

Default task is server, so you can just run zhu.