0.0.2 • Published 5 years ago
translator-me v0.0.2
node-translator
A CLI translator based on the API from public areas and Node.js.
Features
- Interactive mode, auto language detection
- Simple spelling correction
- Based on the API from Baidu Translate (currently)
- Only support English and Chinese (currently)
Install
npm install -g translator-meUsage
There are two modes while using this translator.
CLI
Usage: translator-me [options] Options: -v, --version output the version number -i, --interactive interactive mode -f, --from [value] from language (default: "en") -t, --to [value] to language (default: "zh") -q, --query <value> query text -h, --help display help for commandInteractive
Interactive mode supports setting different destination language, and the source language is been automatically detected.
set en, means the destination language is Englishset zh, means the destination language is Chineseset auto, means that if the source language is English, the destination language will be Chinese, and vice versa.q, means quit.
Demo
Reference
- https://www.ruanyifeng.com/blog/2015/05/command-line-with-node.html
- https://blog.csdn.net/guang_s/article/details/90380581
- https://zhuanlan.zhihu.com/p/37316872
- https://juejin.im/post/6844903709101522951
License
MIT @plantree