0.3.1 • Published 7 months ago

snakk v0.3.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 months 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

7 months ago

0.2.0

7 months ago

0.3.1

7 months ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago