0.0.1 • Published 4 years ago

translation-cli-nodejs v0.0.1

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

translation-cli-nodejs

a CLI tool to translate word from 中文 to English or from English to 中文.

two step to use

1 install from NPM:

// if u are using npm
npm install -g translation-cli-nodejs

// if u are using yarn
yarn global add translation-cli-nodejs

tips: globally installation will can make it much easier to use.

2 now it is OK to use:

fy hello
// "你好" (or other resuslts) will be printed in terminal

fy 你好
// "hello" (or other resuslts) will be printed in terminal

Feedback

contact me via Github Repo