summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix ebook and pdf generator"Samy Pessé2014-04-141-2/+2
| | | | This reverts commit f43e630528be43d5aec4e6f923b0f53107f93546.
* 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
| | | | Be more “commander-like”
* 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 ↵Samy Pessé2014-04-091-8/+11
|\ | | | | | | mrpotes-optional-github
| * 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
| | | | Add base json generator
* Adding config option for github hostPaul Dixon2014-04-041-0/+2
| | | | | | | - this config option allows the github host url to be set to something other than github.com, mainly so that github enterprise users can change the url to their private host but will also work with bitbucket
* 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
| | | | | This does a build, then spins up a HTTP server to serve the books contents
* 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
| | | | | The lex command is useful for debugging files and seeing how they are parsed
* Initial gitbook binaryAaron O'Mullan2014-03-312-0/+118