youdaotom
Version:
youdao translate, 翻译 命令行
39 lines (23 loc) • 422 B
Markdown
English | [简体中文](./README.zh-CN.md)
# 配置 node 命令行有道翻译

## Install
```
$ yarn global add youdaotom
```
## Or install
```
yarn add youdaotom
```
## Usage
```sh
youdaotom query hello
```
## short cmd
```sh
youdaotom hello
```
## set key and fromkey
```sh
youdaotom set -key 'xxx' -keyfrom 'xxx'
```