summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Lint after travis testsSamy Pesse2016-02-181-0/+1
* Fix css being used for pdf footer and headerSamy Pessé2015-10-061-3/+3
* Fix typo in bin messageSamy Pessé2015-03-111-1/+1
* Add message in gitbook command lineSamy Pessé2015-02-031-0/+7
* Clear folderSamy Pessé2015-01-195-460/+0
* Adapt platform command to gitbook.comSamy Pessé2015-01-112-3/+3
* Robust CLI error handlingAaron O'Mullan2014-12-163-44/+60
* Force process.exit at end of buildAaron O'Mullan2014-12-091-0/+5
* Fix command 'install' without argumentsSamy Pessé2014-11-301-0/+2
* Add command "install" to install plugins from book.jsonSamy Pessé2014-11-301-1/+23
* Remove html5 cache manifestSamy Pessé2014-08-111-1/+0
* Change command "git:push" to "publish"Samy Pessé2014-07-121-1/+1
* Add base command git:push and git:remoteSamy Pessé2014-07-123-1/+93
* Support --verbose flag, fixes #325Aaron O'Mullan2014-06-171-3/+13
* Allow book.js to be used in addition to book.jsonJuho Vepsalainen2014-06-031-1/+1
* Fix build success message typoJuho Vepsalainen2014-06-031-1/+1
* Remove useless command "gitbook ebook"Samy Pessé2014-06-021-8/+0
* Fix calcul of output format for ebookSamy Pessé2014-06-021-3/+0
* Use ebook-convert for pdf generationSamy Pessé2014-05-292-9/+31
* Fix use of cover.jpg in ebookSamy Pessé2014-05-261-1/+1
* Fix cache manifest in the html tagSamy Pessé2014-05-231-1/+1
* Add livereload as default plugins only for serveSamy Pessé2014-05-211-1/+3
* Merge branch 'master' into livereloadDavid Graf2014-05-212-3/+8
|\
| * Print stack only when env DEBUG is setSamy Pessé2014-05-171-1/+3
| * Exit process with -1 when error occursSamy Pessé2014-05-171-2/+5
* | Introducing livereload serverDavid Graf2014-05-151-0/+17
* | Introducing option to disable cache manifest generationDavid Graf2014-05-151-0/+1
|/
* Fix #191: remove log for changes in filesSamy Pessé2014-05-011-1/+1
* Remove some options from command line (moved to book.json)Samy Pessé2014-04-281-10/+0
* Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-282-9/+44
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-282-119/+13
* Add file watcher in "gitbook serve" command (Fix #47, #89, #140)Samy Pessé2014-04-254-35/+147
* Change plugins separator to ","Samy Pessé2014-04-211-1/+1
* Add option --pluginsConfigSamy Pessé2014-04-212-21/+31
* Add command line option "plugins"Samy Pessé2014-04-192-2/+2
* Revert "Fix ebook and pdf generator"Samy Pessé2014-04-141-2/+2
* Fix #91: Extract defaults title and description from README.mdSamy Pessé2014-04-142-18/+4
* Fix ebook and pdf generatorSamy Pessé2014-04-141-2/+2
* Move more build logic to the core generation moduleSamy Pessé2014-04-132-124/+60
* Add gitbook init command, fixes #67Aaron O'Mullan2014-04-121-0/+9
* Refactor binary's buildCommandAaron O'Mullan2014-04-121-16/+16
* Fix title problem when repo url doesn't have .git suffixTimZhang2014-04-111-2/+5
* Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrp...Samy Pessé2014-04-091-8/+11
|\
| * Tidy up use of github, and make error more descriptiveJames Phillpotts2014-04-081-8/+7
| * Make use of github optionalJames Phillpotts2014-04-071-8/+12
* | Fixes --githubHost option for use with Github Enterprise.Levi Lewis2014-04-072-1/+2
|/
* Add command "ebook" to generate an ebookSamy Pessé2014-04-062-60/+88
* Add support of multi-languages book in command pdfSamy Pessé2014-04-061-7/+34
* bin/build after generation return all the optionsSamy Pessé2014-04-062-4/+4
* Fix generation for page formatSamy Pessé2014-04-061-1/+1
* Fix commands optionsSamy Pessé2014-04-061-17/+22
* Fix command buildSamy Pessé2014-04-061-1/+1
* Refactor bin/gitbook.jsSamy Pessé2014-04-051-0/+87
* Add command gitbook pdf to generate PDFSamy Pessé2014-04-053-113/+60
* Change option for changing generator to formatSamy Pessé2014-04-041-3/+3
* Add command line options for changing themeSamy Pessé2014-04-041-1/+5
* Remove lex commandSamy Pessé2014-04-041-9/+0
* Log error in command line toolSamy Pessé2014-04-041-7/+8
* Complete json generatorSamy Pessé2014-04-041-2/+2
* Add option -g to choice generatorSamy Pessé2014-04-041-1/+4
* Adding config option for github hostPaul Dixon2014-04-041-0/+2
* Handle empty repoID and print error, fixes #11Aaron O'Mullan2014-04-031-5/+14
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-011-1/+3
* Add cli command serveAaron O'Mullan2014-04-012-3/+65
* Only convert markdown file from the navigationSamy Pessé2014-03-311-2/+2
* Add lex sub-command to gitbook binaryAaron O'Mullan2014-03-311-0/+13
* Initial gitbook binaryAaron O'Mullan2014-03-312-0/+118