Tarjimly is the Arabic word for "translate for me". Simple command-line for translation build using MyMemory API
├── bin
│ ├── tarjimly.js
├── src
│ ├── index.js
├── package-lock.json
├── package.json
└── readme.md
npm i tarjimly -g
tarjimly your_word from_language to_language
tarjimly house en ar
tarjimly 'I am coming home' en it
MIT