JiangBao / transl-cli

📜💻a command line translate tool

Home Page:https://www.npmjs.com/package/by-transl-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transl-cli

📜💻a command line translate tool

Installation

npm install by-transl-cli -g

Usage

Type in the terminal

$ transl
# a command line translate tool
# Usage: transl [options] text
# Options: 
# 	 -h  --help		 Options help
# 	 -v  --version	 get version
# 	 -en			 translate into English
# 	 -cn			 translate into Chinese
# Example:
# 	 transl -h 		 get options help
# 	 transl -en 你好	 translate `你好` into English
# 	 transl -cn Hello	translate `Hello` into Chinese


# transl into Chinese
$ transl -cn hello


# transl into English
$ transl -en 你好

License

Copyright (c) 2020 JiangBao. Licensed under the MIT license.

About

📜💻a command line translate tool

https://www.npmjs.com/package/by-transl-cli

License:MIT License


Languages

Language:JavaScript 100.0%