🌐
npm
npmjs.com › package › gitbook-cli
gitbook-cli - npm
CLI to generate books and documentation using gitbook. Latest version: 2.3.2, last published: 8 years ago. Start using gitbook-cli in your project by running `npm i gitbook-cli`. There are 55 other projects in the npm registry using gitbook-cli.
      » npm install gitbook-cli
    
Published: Jul 14, 2017
Version: 2.3.2
Author: FriendCode Inc.
🌐
GitHub
github.com › GitbookIO › gitbook-cli
GitHub - GitbookIO/gitbook-cli: GitBook's command line interface · GitHub
By default, GitBook CLI will read the gitbook version to use from the book configuration, but you can force a specific version using --gitbook option: $ gitbook build ./mybook --gitbook=2.0.1 · and list available commands in this version using: $ gitbook help --gitbook=2.0.1 · List installed versions: $ gitbook ls · List available versions on NPM: $ gitbook ls-remote ·
Starred by 730 users
Forked by 204 users
Languages: JavaScript
🌐
npm
npmjs.com › package › gitbook
gitbook - npm
October 11, 2018 - Library and cmd utility to generate GitBooks. Latest version: 2.6.9, last published: 8 years ago. Start using gitbook in your project by running `npm i gitbook`. There are 34 other projects in the npm registry using gitbook.
      » npm install gitbook
    
Published: Oct 11, 2018
Version: 2.6.9
🌐
secretGeek
til.secretgeek.net › gitbook › use_gitbook_locally.html
Use gitbook locally - Today I Learned - secretGeek.net
You need to install "gitbook-cli" to have access to the gitbook command anywhere on your system. If you've installed this package globally, you need to uninstall it. >> Run "npm uninstall -g gitbook" then "npm install -g gitbook-cli"
🌐
npm
npmjs.com › package › @gitbook › cli
@gitbook/cli - npm
February 13, 2026 - CLI to build and publish integrations on GitBook.com. Latest version: 0.27.2, last published: 2 months ago. Start using @gitbook/cli in your project by running `npm i @gitbook/cli`. There are no other projects in the npm registry using @gitbook/cli.
      » npm install @gitbook/cli
    
Published: Feb 13, 2026
Version: 0.27.2
🌐
Gitbook
ricardolu.gitbook.io › trantor › gitbook-cli-tutorial
Gitbook-Cli Tutorial - Introduction | Trantor
July 10, 2021 - gitbook-cli是一个基于Node.... -y nodejs ​ # check the node.js version nodejs -v ​ # install gitbook sudo npm install -g gitbook-cli ​ # check the gitbook version gitbook -V...
Starred by 27 users
Forked by 7 users
Languages: Makefile 100.0% | Makefile 100.0%
🌐
Medium
medium.com › @techworldthink › creating-and-publishing-a-gitbook-on-github-7bc82dedc4a9
Creating and Publishing a GitBook on GitHub | by Jobin J | Medium
July 28, 2024 - Install gitbook-cli globally, specifying version 2.1.2: npm install gitbook-cli@2.1.2 -g · Note: The -g flag installs gitbook-cli globally, making the gitbook command available system-wide.
🌐
GitHub
github.com › mitsuhisaT › how-to-gitbook
GitHub - mitsuhisaT/how-to-gitbook: I'm going to write about how to use gitbook-cli.
If you are using npm, execute the following command: ... $ gitbook --help Usage: gitbook [options] [command] Options: -v, --gitbook [version] specify GitBook version to use -d, --debug enable verbose error -V, --version Display running versions of gitbook and gitbook-cli -h, --help output usage information Commands: ls List versions installed locally current Display currently activated version ls-remote List remote versions available for install fetch [version] Download and install a <version> alias [folder] [version] Set an alias named <version> pointing to <folder> uninstall [version] Uninstall a version update [tag] Update to the latest version of GitBook help List commands for GitBook * run a command with a specific gitbook version
Author: mitsuhisaT
🌐
Apioak
apioak.com › en_US › basic-information › gitbook-local-building.html
Gitbook Build Locally · GitBook
Enter the command line in the terminal ... Open the command line and enter the following command, enter the following command line. sudo npm install gitbook -g sudo npm install -g gitbook-cli...
Find elsewhere
🌐
npm
npmjs.com › package › @0y0 › gitbook-cli
@0y0/gitbook-cli - npm
February 7, 2022 - npm · Sign UpSign In · 1.0.2 • Public • Published 4 years ago · Readme · Code Beta · 4 Dependencies · 0 Dependents · 7 Versions · @0y0/gitbook-cli is a Gitbook CLI. npm install @0y0/gitbook-cli --global · Use gitbook help command ...
      » npm install @0y0/gitbook-cli
    
Published: Feb 07, 2022
Version: 1.0.2
Author: Jason Chung
🌐
npm
npmjs.com › package › @pharrellwang › gitbook-cli
@pharrellwang/gitbook-cli - npm
April 19, 2018 - gitbook-cli store GitBook's versions into ~/.gitbook, you can set the GITBOOK_DIR environment variable to use another directory.
      » npm install @pharrellwang/gitbook-cli
    
Published: Apr 19, 2018
Version: 2.3.3
🌐
GitBook
gitbook.com › docs › docs-as-code › gitbook-cli
GitBook CLI | GitBook Documentation
August 12, 2026 - This opens GitBook in your browser, asks you to authorize the CLI, and stores the resulting token locally. Sessions are refreshed automatically. This is the recommended path for everyday use. To skip the browser flow — for CI, scripts, or publishing integrations — authenticate with a personal API token. Create one at app.gitbook.com/account/developer, then run:
🌐
GitBook
gitbook.com › docs › developers › integrations › development › client-library
Client library | Developers | GitBook Documentation
August 5, 2026 - To add it manually, run: AskCopy · npm install @gitbook/api · Initialize the client with your developer token: AskCopy · import { GitBookAPI } from '@gitbook/api'; const client = new GitBookAPI({ authToken: <your_access_token> }); If you ...
🌐
Netlify
netlify.com › home › blog › 2015 › 12 › 08 › a step by step guide gitbook on netlify
A Step-by-Step Guide: GitBook on Netlify | Netlify
February 17, 2022 - $ npm install -g gitbook-cli --save-dev · This will install GitBook, and the --save-dev updates your package.json file. Now, GitBook will set up your book for you: $ gitbook init · In your gitbook directory you’ll now see README.md and ...
🌐
Datatogether
datatogether.github.io › learning
Introduction · GitBook
It is easiest to install gitbook-cli with npm, the Node.js package manager.
🌐
GitBook
gitbook.com › docs › developers › getting-started › setup-guide
Quickstart | Developers | GitBook Documentation
August 13, 2025 - The GitBook Development CLI requires Node v18 or later. It can be installed from NPM using:
🌐
GitHub
github.com › tepez › gitbook-cli-local
GitHub - tepez/gitbook-cli-local: Run gitbook cli commands using a local copy installed with NPM · GitHub
October 7, 2019 - node node_modules/@tepez/gitbook-cli-local/bin/gitbook.js serve · Or, if you need to make modifications, e.g. monkey-patching, gitbook first: const Parse = require('gitbook/lib/parse'); const origParsePagesList = Parse.parsePagesList; // Monkey-patch parsePagesList to set the direction of a page based on the language // of the book, instead of using wooorm/direction to determine its direction from its content // As is done by gitbook: // https://github.com/GitbookIO/gitbook/blob/3.2.2/lib/parse/parsePageFromString.js#L18 // This will fail to recognize a text as Hebrew if the first line is for
Author: tepez
🌐
npm
npm.io › home › @0y0/gitbook-cli
@0y0/gitbook-cli | npm.io
February 7, 2022 - Use gitbook help command to print the usage. ... @salesforce/cli389.7K/wk@mintlify/cli208.9K/wk@grafana/e2e-selectors128.7K/wkmintlify112.0K/wk@intlayer/cli22.8K/wk
Published: Feb 26, 2021
Version: 1.0.2
Author: Jason Chung
🌐
npm
npm.io › home › gitbook-cli
gitbook-cli | npm.io
July 14, 2017 - By default, GitBook CLI will read the gitbook version to use from the book configuration, but you can force a specific version using --gitbook option:
Published: Feb 03, 2015
Version: 2.3.2
Author: FriendCode Inc.