2014-04-02 00:56:02 -07:00
2014-04-01 19:20:38 -07:00
2014-04-01 23:00:22 -07:00
2014-04-01 19:20:38 -07:00
2014-03-30 20:01:56 -07:00
2014-03-30 20:01:56 -07:00
2014-04-01 19:32:55 -07:00

GitBook

GiBook is a command line tool (and Node.js library) for building beautiful programming books and exercises using GitHub/Git and Markdown.

How to use it:

GitBook can be installed from NPM using:

$ npm install gitbook -g

You can serve a repository as a book using:

$ gitbook serve ./repository

Or simply build the static website using:

$ gitbook build ./repository --output=./outputFolder

Options for commands build and serve are:

-t, --title <name> Name of the book to generate, defaults to repo name
-i, --intro <intro> Description of the book to generate
-g, --github <repo_path> ID of github repo like : username/repo
S
Description
The open source frontend for GitBook doc sites
Readme GPL-3.0 454 MiB
Languages
TypeScript 97.2%
CSS 2.3%
JavaScript 0.5%