emiraydin / kindlegen

Installing kindlegen command via gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kindlegen

Easy to install kindlegen command via gem.

When you run this gem, it will download a tarball of kindlegen from amazon.com and extract it. Then you can find the command file in "$GEMPATH/bin".

Using from Ruby

Require kindlegen, then run kindlegen commands.

Kindlegen.command

Returns the path of the kindlegen command.

Kindlegen.run( *args )

Runs the kindlegen command with specified parameters.

Example

require 'kindlegen'
Kindlegen.run("sample.opf", "-o", "sample.mobi")

About

Installing kindlegen command via gem


Languages

Language:Ruby 100.0%