Gitbook-Cli Tutorial
A User Guide of Gitbook-cli.
Install
# install node.js 10.23.1 and npm
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
# check the node.js version
nodejs -v
# install gitbook
sudo npm install -g gitbook-cli
# check the gitbook version
gitbook -VUsage
Basic command
Directory structure
Gitbook-plugin
Markdown
FAQ
Last updated