https://github.com/yzqdev/tool
A small tool, containing many features.
https://github.com/yzqdev/tool
Last synced: about 1 year ago
JSON representation
A small tool, containing many features.
- Host: GitHub
- URL: https://github.com/yzqdev/tool
- Owner: yzqdev
- License: mit
- Created: 2022-07-24T14:29:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T15:35:13.000Z (over 1 year ago)
- Last Synced: 2025-04-30T15:19:05.068Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tool
> A small tool, containing many features.
## install
```shell
pnpm add -g @yzqdev/tool
//or
npm i -g @yzqdev/tool
//or
yarn global add @yzqdev/tool
```
## Usage
```text
➜ tool -h
Usage: tool [options]
Options:
-v, --version 当前版本.
-m, --message 帮助
-h, --help 如何使用
Commands:
serve [options] 一个web服务器
md 对markdown文件的操作
reg 设置环境变量
file 一些文件操作
home [options] 打开git仓库地址
cmd 显示常用的cmd命令
```
## 开发
```
bun link --link-native-bins 或者直接bun link
# 然后就可以直接执行 tool命令了
```
## License
MIT License © 2022 [yzqdev](https://github.com/yzqdev)