0.0.2 • Published 4 years ago

translator-me v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-translator

License: MIT CI Travisnpm downloads

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-me

Usage

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 command
  • Interactive

    Interactive mode supports setting different destination language, and the source language is been automatically detected.

    • set en, means the destination language is English
    • set zh, means the destination language is Chinese
    • set auto, means that if the source language is English, the destination language will be Chinese, and vice versa.
    • q, means quit.

Demo

Reference

  1. https://www.ruanyifeng.com/blog/2015/05/command-line-with-node.html
  2. https://blog.csdn.net/guang_s/article/details/90380581
  3. https://zhuanlan.zhihu.com/p/37316872
  4. https://juejin.im/post/6844903709101522951

License

MIT @plantree