Sha256: 065fda83e05f3e830c562e52fdbfb4b2a2ae92d20309469ced7224104f989aa3

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

Command line interface for nele gem

### Usage:
Generate config file placed in ~/.nele:<br/>

    $ nele --create-config

Microsoft translator has been set as a default translator. Edit ~/.nele config file and add app id.

    $ nele 'nice girl'
    $ miła dziewczyna

    $ nele --to es 'nice girl'
    $ linda chica

You can specify all translator's options in params e.g:<br/>

    $ nele -t ms --appId 5CE6C887658AB9698E1FB710C8F064F94646053B hello
    $ Witaj

Switch to Yahoo's Babelfish translator:<br/>

    $ nele -t babelfish hello
    $ Hola

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nele-cli-0.2.1 README.md~