Sha256: efe3f5c332184461df5a4e0a5d46e0608c03751163b2fc51edfeaf79dcc315e4

Contents?: true

Size: 546 Bytes

Versions: 6

Compression:

Stored size: 546 Bytes

Contents

# Kindlegen

Easy to install kindlegen command via gem!

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

## Using from Ruby

Require kindlegen module, you can run kindlegen command without you know its path.

### Kindlegen.command

returning path of kindlegen command.

### Kindlegen.run( *args )

runing kindlegen command with specified parameters.

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kindlegen-2.8.0 README.md
kindlegen-2.7.0 README.md
kindlegen-2.5.0 README.md
kindlegen-2.4.1 README.md
kindlegen-2.4.0 README.md
kindlegen-2.3.1 README.md