Sha256: dc7bc3fd5564c2f1a160b98107e982da3f9cc340c10329f18d7ec916720a368c

Contents?: true

Size: 543 Bytes

Versions: 2

Compression:

Stored size: 543 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

2 entries across 2 versions & 1 rubygems

Version Path
kindlegen-2.3.0 README.md
kindlegen-1.2.5 README.md