An open API service indexing awesome lists of open source software.

https://github.com/sanyuan0704/ink-copy-command


https://github.com/sanyuan0704/ink-copy-command

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ink-copy-command
使用 React 组件开发的命令行工具

## 如何启动:
### step 1:
```js
npm i 或者 pnpm i
```

### step 2
```js
npm start
```

## 如何在全局使用 ink-copy 命令
在项目目录下执行:
```
npm link
```