easy-translate-cli
v1.0.1
Published
# Yandex translate CLI app.
Downloads
3
Readme
yt-cli
Yandex translate CLI app.
Use translation API provided by yandex.ru using CLI.
Install
npm install easy-translate-cli -gUsage
$ yt [text] [languge]For example:
$ yt 'Hello world!' ru
<!-- or -->
$ yt text='Hello world!' lang=ruwill output
🇬🇧 : Hello world!
🇷🇺 : Всем привет!