Skip to content

oleh-demyanyuk/kindlegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
stdout, stderr, status = Kindlegen.run("sample.opf", "-o", "sample.mobi")
if status == 0
  puts stdout
else
  $stderr.puts stderr
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages