Yandex translate CLI app. Use translation API provided by yandex.ru using CLI. Install npm install ya-translate-api-cli -g Usage $ yt [text] [languge] For example: $ yt 'Hello world!' ru <!-- or --> $ yt text='Hello world!' lang=ru will output 🇬🇧 : Hello world! 🇷🇺 : Всем привет!