https://github.com/sanyuan0704/ink-copy-command
https://github.com/sanyuan0704/ink-copy-command
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanyuan0704/ink-copy-command
- Owner: sanyuan0704
- Created: 2021-03-01T00:47:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T02:10:08.000Z (over 4 years ago)
- Last Synced: 2025-04-23T01:56:01.644Z (6 months ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```