UNPKG

gth

Version:

Graviton translator's helper

16 lines (13 loc) 352 B
# gth Graviton translator's helper # Usage `$ gth <Up-to-date translation file> <Translation file to update>` Example: `$ gth english.json french.json` # Installation To install it, run: ```bash git clone https://github.com/Max1Truc/gth.git cd gth npm install -g . ``` If the last command throws an error, try it with "sudo": `sudo npm install -g .`