0.0.2 • Published 2 years ago

deepl-api-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Deepl CLI

An unofficial node CLI for the official deepl api.

Installation

$ npm install -g deepl-api-cli

You must provide to the cli an API key and a base URL.

In order to get this information you must create a Deepl account (there is a free version don't worry).

1 - Go to https://www.deepl.com/fr/pro#developer

2 - Create your account

3 - Go get your api key and the base url at this url https://www.deepl.com/fr/pro-account/summary

4 - Type deepl config -u

Documentation

See here

Publishing to NPM

To package your CLI up for NPM, do this:

$ npm login
$ npm whoami
$ npm test

$ npm run build

$ npm publish

License

MIT - see LICENSE

0.0.2

2 years ago

0.0.1

2 years ago