1.0.1 • Published 6 years ago

easy-translate-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

yt-cli

Yandex translate CLI app.

Use translation API provided by yandex.ru using CLI.

Install

npm install easy-translate-cli -g

Usage

  $ yt [text] [languge]

For example:

  $ yt 'Hello world!' ru
  <!-- or -->
  $ yt text='Hello world!' lang=ru

will output

    🇬🇧  : Hello world!
    🇷🇺  : Всем привет!
1.0.1

6 years ago

1.0.0

6 years ago