0.2.0 • Published 4 years ago

by-transl-cli v0.2.0

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

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.

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago