epub-to-pdf-cli 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +8 -5
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+
|
|
6
|
+
# 📘 EPUB to PDF CLI – Convert EPUB files to PDF using Calibre.
|
|
2
7
|
|
|
3
8
|
A simple and reliable **EPUB → PDF converter** using **Calibre**.
|
|
4
9
|
Works as both a **CLI tool** and a **Node.js library**.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "epub-to-pdf-cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "CLI tool to convert EPUB to PDF using Calibre. Works with npx and global install.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"epub2pdf": "./bin/cli.js"
|
|
@@ -15,11 +15,14 @@
|
|
|
15
15
|
],
|
|
16
16
|
"keywords": [
|
|
17
17
|
"epub",
|
|
18
|
+
"epub-to-pdf",
|
|
18
19
|
"pdf",
|
|
19
|
-
"converter",
|
|
20
|
-
"calibre",
|
|
21
20
|
"ebook",
|
|
22
|
-
"
|
|
21
|
+
"ebook-converter",
|
|
22
|
+
"calibre",
|
|
23
|
+
"ebook-convert",
|
|
24
|
+
"cli",
|
|
25
|
+
"npx"
|
|
23
26
|
],
|
|
24
27
|
"author": "Suraj Sutar",
|
|
25
28
|
"license": "MIT",
|