translation-cli-nodejs
v0.0.1
Published
a CLI translation tool in Node.js
Downloads
3
Readme
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