0.3.1 • Published 6 days ago

snakk v0.3.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 days ago

Snakk

This tool lets your translate YAML files using the Google Translate API from the command line.

Installation

npm i -g snakk

Add your Google Translate API credentials to $HOME/.google/credentials.json for example.

Then add the following to your .bashrc or .zshrc:

export GOOGLE_APPLICATION_CREDENTIALS="$HOME/.google/credentials.json"

Usage

# Help
snakk

# Anatomy
snakk translate [input] [output] [from] [to]

# Example
snakk translate en.yml no.yml en no

Supported languages

The languages supported can be found here:

Google Cloud API Translate Languages

License

ISC licensed. Enjoy!

0.3.0

6 days ago

0.2.0

6 days ago

0.3.1

6 days ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago