0.0.2 • Published 8 years ago

cli-translator v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

ABOUT

CLI (command lint interface) that helps translate input text

i wrote this to learn how to write CLI-s with Node, but it should perfectly workable.

HOW TO USE

install using this command

node install -g cli-translator

and use it

translate # will prompty for input
translate hello # translate english word to chinese
translate "hello world" # translate english sentence to chinese
translate 你好 # translate chinese to english