We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66647a0 commit a37ec2eCopy full SHA for a37ec2e
.gitignore
@@ -10,3 +10,5 @@ node_modules
10
byte-of-python.epub
11
byte-of-python.pdf
12
package-lock.json
13
+package.json
14
+public
Makefile
@@ -2,5 +2,14 @@
2
setup:
3
npm install honkit --save-dev
4
5
+build:
6
+ npx honkit build . public --log=debug
7
+
8
+pdf:
9
+ npx honkit pdf . byte-of-python.pdf
+epub:
+ npx honkit epub . byte-of-python.epub
serve:
15
npx honkit serve
0 commit comments