summaryrefslogtreecommitdiffstats
path: root/lib/cli
Commit message (Expand)AuthorAgeFilesLines
* disable open by defaultMatthias Pfeil2016-06-201-1/+1
* add open and browser args to serve commandMatthias Pfeil2016-06-171-0/+17
* Fix serve cli using new ConfigModifier.addPluginSoreine2016-06-081-1/+3
* Add header 'X-Current-Location' to serve and fix handling of directoriesSamy Pessé2016-05-271-2/+21
* Fix generation of ebook for multilingual book (gitbook pdf)Samy Pessé2016-05-121-5/+7
* Add option "--no-live" for command serveSamy Pessé2016-05-101-4/+12
* Fix #1232: add option "--no-watch" to disable watcher and live reloadingSamy Pessé2016-05-101-9/+36
* Fix command "gitbook init"Samy Pesse2016-05-071-1/+1
* Fix launch of livereload serverSamy Pessé2016-05-021-1/+9
* Enable livereload plugin when serving contentSamy Pessé2016-05-021-0/+4
* lib/cli/options.js: Return pure JS Array for CLI log optionsJohan Preynat2016-05-011-1/+1
* Remove lodash dependencySamy Pesse2016-04-301-1/+2
* Switch parsers to a modelSamy Pesse2016-04-301-2/+1
* Add option "--timing" to mesure gitbook performancesSamy Pesse2016-04-302-2/+14
* Fix linting errorSamy Pesse2016-04-292-6/+15
* Complete ebook generation using ebook-convertSamy Pessé2016-04-291-3/+3
* Add ebook commands pdf/mobi/epubSamy Pessé2016-04-292-1/+81
* Complete deprecated page.progress and this.navigationSamy Pessé2016-04-291-9/+7
* Add command "init"Samy Pesse2016-04-282-2/+20
* Extend timeout for testsSamy Pessé2016-04-281-1/+1
* Document cli/server.jsSamy Pessé2016-04-271-2/+15
* Correctly set log levelSamy Pesse2016-04-261-1/+1
* Add command "serve"Samy Pesse2016-04-266-349/+102
* Add base for commandsSamy Pesse2016-04-269-195/+393
* Watch _layouts when servingSamy Pessé2016-04-121-1/+1
* Fix deprecated method root for send moduleSamy Pessé2016-03-072-3/+3
* Fix #1172: Fix second argument for ebook generationSamy Pesse2016-03-051-1/+1
* Remove .gitbook and add "root" optionSamy Pessé2016-02-292-24/+26
* Add init commandSamy Pessé2016-02-281-0/+12
* Improve command "parse"Samy Pessé2016-02-251-0/+7
* Remove option defaultPlugins and simplify loadingSamy Pessé2016-02-251-3/+8
* Fix generation of ebooks in multilanguagesSamy Pessé2016-02-241-1/+1
* Output folder is an option for FolderOutputSamy Pessé2016-02-242-14/+40
* Fix install command: load config before running installSamy Pessé2016-02-241-1/+5
* Add documentation for .gitbookSamy Pessé2016-02-231-1/+0
* Add .gitbook to locate book inside repositorySamy Pessé2016-02-232-18/+18
* Complete ebook command to output one fileSamy Pessé2016-02-212-30/+40
* Add cli commands to build ebooksSamy Pessé2016-02-211-0/+31
* Add new gitbook-markdown and gitbook-asciidocSamy Pessé2016-02-201-1/+1
* Fix resolve of imagesSamy Pessé2016-02-182-2/+3
* Add back serve commandSamy Pessé2016-02-184-2/+248
* Load template engine for website output using theme configurationSamy Pessé2016-02-171-1/+0
* Use same json for page context and json buildsSamy Pessé2016-02-172-5/+44
* Fix loading of pluginsSamy Pessé2016-02-171-2/+4
* Add command 'parse' for gitbook-cliSamy Pessé2016-02-172-0/+94