wtrans

3.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wtrans

Weekly Downloads

1

Version

3.1.0

License

Zlib

Unpacked Size

629 kB

Total Files

14

Last publish

Collaborators

  • thinca