This commit is contained in:
Nemo 2020-02-18 01:21:48 +05:30
parent 191557eae7
commit b72d6489f0
2 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,10 @@ cat /tmp/9780596101190.xml
</metadata>
```
You can use this file in `pandoc` directly:
`pandoc input.html --epub-metadata=/tmp/9780596101190.xml file.epub`
## License
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details.

View File

@ -10,7 +10,9 @@
"epub",
"epub-generator",
"epub-generation",
"openlibrary"
"openlibrary",
"pandoc",
"opf"
],
"author": "Abhay Rana <npm@captnemo.in>",
"license": "MIT",