SkillAgentSearch skills...

Kindlegen

Simple Node.js wrapper for kindlegen program

Install / Use

/learn @hakatashi/Kindlegen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kindlegen for Node.js

Build Status

Simple Node.js wrapper of the official kindlegen program

Supported

  • Node.js v4 or higher
  • Windows, Linux, OS X
  • Installing kindlegen into your PATH is not required. It will be automatically installed locally.

Install

$ npm install kindlegen

Usage

const kindlegen = require('kindlegen');
const fs = require('fs');

kindlegen(fs.readFileSync('foo.epub'), (error, mobi) => {
	// mobi is an instance of Buffer with the compiled mobi file
});
View on GitHub
GitHub Stars22
CategoryDevelopment
Updated1y ago
Forks6

Languages

LiveScript

Security Score

60/100

Audited on Jul 5, 2024

No findings