https://github.com/wood3n/tlt
a nodejs cli translation tool
https://github.com/wood3n/tlt
cli nodejs translation
Last synced: 2 months ago
JSON representation
a nodejs cli translation tool
- Host: GitHub
- URL: https://github.com/wood3n/tlt
- Owner: wood3n
- Created: 2021-11-23T14:54:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T08:08:37.000Z (over 3 years ago)
- Last Synced: 2024-04-23T22:19:44.585Z (about 1 year ago)
- Topics: cli, nodejs, translation
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trt
`trt` is a translation tool that can be used in the command line.
# Install
```bash
npm install -g trtyarn global add trt
```# Usage
Using `trt` need you to register a text translation service in [youdao](https://ai.youdao.com/product-fanyi-text.s).Then you just need to input some text follow `trt` command. If you're using it for the first time, it will need you input your `appKey` and `secret`.
```bash
trt [text]
```