0.0.2 • Published 10 years ago

google-translate-tool v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

google-translate-tool

screenshot

早上醒來沒事,寫個打發時間專案,順便向大神致敬 XD

Install

$ npm install -g google-translate-tool

Usage

$ google-translate --from=en --to=zh-TW Hello World

Output JSON format

$ google-translate --to=zh-TW --json --perty hello

Tips

We can create bash alias to make our command meaningful.

Something like this

alias to-chinese='google-translate --to=zh-TW'

And then we can use to-chinese to translate any language to chinese traditional.

$ to-chinese hello

License

MIT.

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago