-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtools.yml
125 lines (106 loc) · 3.15 KB
/
tools.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
- title: Git Book
desc: Modern book format and tool using Git and Markdown
author: Samy Pessé et al
formats: [html (+epub, +pdf)]
templates: Nunjucks
github: GitbookIO/gitbook
web: https://www.gitbook.com
package: https://www.npmjs.com/package/gitbook
language: JavaScript
stats:
stars: 12342
- title: Pandoc
desc: Universal markup converter
author: John MacFarlane et al
formats: [html (+epub), latex (pdf)]
templates: Custom (Pandoc)
github: jgm/pandoc
web: http://pandoc.org
package: https://hackage.haskell.org/package/pandoc
language: Haskell
stats:
stars: 6514
- title: Mk Docs
desc: Project documentation with Markdown
author: Tom Christie, Dougal Matthews, Waylan Limberg et al
formats: [html]
templates: Jinja
github: mkdocs/mkdocs
web: http://www.mkdocs.org
package: https://pypi.python.org/pypi/mkdocs
language: Python
stats:
stars: 2675
- title: Easy Book
desc: Book publishing as easy as it should be
author: Javier Eguiluz et al
formats: [html (+epub, +pdf)]
templates: Twig
github: javiereguiluz/easybook
web: http://easybook-project.org
package: https://packagist.org/packages/easybook/easybook
language: PHP
stats:
stars: 610
- title: Md Book
desc: Create books from markdown files
author: Mathieu David et al
formats: [html]
templates: Handlebars
github: azerupi/mdBook
web: http://azerupi.github.io/mdBook
package: https://crates.io/crates/mdbook
language: Rust
stats:
stars: 201
- title: Softcover
desc: Tool for book generation, building, and publishing
author: Michael Hartl et al
formats: [html (+epub), latex (pdf)]
templates: ??
github: softcover/softcover
web: https://www.softcover.io
package: https://rubygems.org/gems/softcover
language: Ruby
stats:
stars: 196
- title: Bookdown (+Pandoc)
desc: Authoring books with R Markdown
author: Yihui Xie et al
formats: [html (+epub), latex (pdf)]
templates: Custom (Pandoc)
github: rstudio/bookdown
web: https://bookdown.org
language: R
stats:
stars: 175
## check if cran package availabe? why not? double check
- title: Franklin (+Middleman)
desc: Static site builder for online books
author: Bryan Braun et al
formats: [html]
templates: Embedded Ruby (ERB)
github: bryanbraun/franklin
language: Ruby
stats:
stars: 100
- title: Octobook (+Jekyll)
desc: Book publishing tools 'n' themes for Jekyll
author: Gerald Bauer et al
formats: [html]
templates: Liquid
github: octobook/octobook
package: https://rubygems.org/gems/octobook
language: Ruby
stats:
stars: 2
- title: Crowbook
desc: Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
author: Élisabeth Henry
formats: [html (+epub), latex(pdf)]
templates: Handlebars
github: lise-henry/crowbook
package: https://crates.io/crates/crowbook
language: Rust
stats:
stars: 110