Tarjimly
Tarjimly is the Arabic word for "translate for me". Simple command-line for translation build using MyMemory API
What's inside
├── bin
│ ├── tarjimly.js
├── src
│ ├── index.js
├── package-lock.json
├── package.json
└── readme.md
Install via npm (-g for globally for easier reach and usage)
npm i tarjimly -g
How to run
tarjimly your_word from_language to_language
Example from English to Arabic (single word works without quotes)
tarjimly house en ar
Example from English to Italian
tarjimly 'I am coming home' en it
Licence
MIT