https://github.com/prust/book-formatter
Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen
https://github.com/prust/book-formatter
Last synced: 2 months ago
JSON representation
Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen
- Host: GitHub
- URL: https://github.com/prust/book-formatter
- Owner: prust
- License: isc
- Created: 2015-12-11T22:53:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T23:17:28.000Z (over 10 years ago)
- Last Synced: 2025-03-21T15:18:31.539Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# book-formatter
Converts HTML file downloaded from Google Docs into one that will generate a good-looking book through kindlegen
## Usage
```
$ npm install
cheerio@0.19.0 node_modules/cheerio
├── entities@1.1.1
├── dom-serializer@0.1.0 (domelementtype@1.1.3)
...
$ node book-formatter.js myBook.html
Book formatted and output to: myBook.formatted.html
```