3.1.0 • Published 3 years ago

wtrans v3.1.0

Weekly downloads
11
License
Zlib
Repository
github
Last release
3 years ago

wtrans

NPM Version Node.js Version Build Status Test Coverage

A CLI tool to translate text via web translation service.

Requirements

  • Node.js v10.18.1+

Installation

Install it using npm:

$ npm install -g wtrans

Synopsis

First of all, you must write and put a config file. See wtrans.yaml manual for detail.

# Translates argument text
$ wtrans Hello
こんにちは

# Translates stdin text
$ echo Hello | wtrans
こんにちは

# Detects input text language by its whether multibyte character or not
$ wtrans こんにちは
Hello

See also:

License

zlib License

Author

thinca thinca+npm@gmail.com

3.1.0

3 years ago

3.0.0

3 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago