Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 901 Bytes

deepl-translator-cli

Known Vulnerabilities npm version styled with prettier

This command line tool delivers text translation capabilities to your console, powered by DeepL (https://www.deepl.com/translator).

Install

$ yarn global add deepl-translator-cli

Usage examples

# Translate text into German
$ deepl translate -t 'DE' 'How do you do?'

# Pipe text from standard input
$ echo 'How do you do?' | deepl translate -t 'DE'

# Detect language
$ deepl detect 'Wie geht es Ihnen?'

# For help
$ deepl -h
$ deepl translate -h
$ deepl detect -h

License

MIT