Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.23 KB

README_en-US.md

File metadata and controls

30 lines (23 loc) · 1.23 KB

English | 中文

Epub2twpub

Epub to twpub conversion tool.

  1. Upstream code repository: https://github.com/TWPUB/TWPUB-Tools
  2. Ink Drawer\TW Community Book Depository: https://github.com/Zacharia2/TWPUB-BOOK

How to use

C:.
├─twpub-tools.exe
├─epubs
└─output
  1. Please download twpub-tools.exe locally. And create a new folder named epubs in the same directory as the program (i.e. next to the program) as shown above.
  2. Place one or more epub books in the folder.
  3. Double-click to execute twpub-tools.exe and wait for it to finish, you can see the result in the output folder when it is done. The output folder is a folder automatically generated by the program.

How to use it for developers

  1. Clone or download the repository locally.
  2. Run npm install -g pnpm to install pnpm.
  3. Execute pnpm i to install the dependencies for the project. If you get an error, try the npm error handling method.
  4. Place the epub book in the epubs directory.
  5. Execute pnpm run build to start converting all the books in the epubs directory. 6.
  6. Wait for the execution to complete.
  7. After the conversion is finished, you can find the converted TWPUB books in the output directory.