Neurone / deepl-translator-cli

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# Set your API key, or use the -k option to pass your key inline
export DEEPL_AUTH_KEY='<replace with your key>'

# 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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%