mololab / json-translator

jsontt 💡 - AI JSON Translator with GPT + other FREE translation modules to translate your json/yaml files into other languages ✅ Check Readme ✌ Supports GPT / DeepL / Google / Bing / Libre / Argos
https://mololab.org/jsontt/npm
MIT License
452 stars 57 forks source link

Steps For jsontt CLI #4

Closed Gopal-Swami closed 2 years ago

Gopal-Swami commented 2 years ago

@ParvinEyvazov ,

Could you please tell how to create jsontt CLI to use ?

ParvinEyvazov commented 2 years ago

Hi, you should install it as globally(-g). Here is the command you can do:

npm i -g @parvineyvazov/json-translator

Great feedback, I am updating the README file to make it more clear. Thank you @Gopal-Swami .

Gopal-Swami commented 2 years ago

Thanks @ParvinEyvazov , It worked.