Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benadamstyles/ebook-automation
A little node.js script for automating some of the more tedious jobs that are involved in making an ebook.
https://github.com/benadamstyles/ebook-automation
Last synced: 7 days ago
JSON representation
A little node.js script for automating some of the more tedious jobs that are involved in making an ebook.
- Host: GitHub
- URL: https://github.com/benadamstyles/ebook-automation
- Owner: benadamstyles
- Created: 2015-03-23T22:51:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T16:57:23.000Z (over 9 years ago)
- Last Synced: 2024-12-19T19:48:04.556Z (22 days ago)
- Language: JavaScript
- Homepage: http://leeds-ebooks.co.uk
- Size: 12.8 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ebook-Automation
A little node.js script for automating some of the more tedious jobs that are involved in making an ebook.
**Warning: this is an idiosyncratic script that works for me and my clients. You will need to make changes to make it work for you, it will not work out of the box.** Not yet, anyway.
## Using this script
1. Clone or fork this repo
2. Make sure you have [node.js](https://nodejs.org/) installed
3. Navigate to the cloned folder in your terminal
4. Run `$ npm install` in your terminal (don't type the `$`, that's just to signal that it's a terminal command)
5. Either copy the .epub file you want to process into the cloned folder, or get its filepath
6. Run `$ node index.js` if you copied the file in, or `$ node index.js ""` if you didn'tThere is also `$ node amzn.js` for turning your .epub file into a .mobi file using kindlegen.
## Configuration
Coming soon...!