Skip to content

Commit

Permalink
完善项目文档
Browse files Browse the repository at this point in the history
  • Loading branch information
biaov committed Oct 11, 2023
1 parent 8b7b62b commit a34f9f0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,27 @@
<a href="https://github.com/biaov/mine-auto-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?logo=Unlicense" /></a>
</h2>

## 全局安装

```sh
npm i -g mine-auto-cli
```

## 使用

- 简化 Git 提交命令
### 查看版本

```sh
auto -v
```

### 查看所有命令

```sh
auto -h
```

### 简化 Git 提交命令

```sh
auto git [描述]
Expand All @@ -21,7 +39,7 @@ git commit -m [描述]
git push
```

- 简化打包提交命令
### 简化打包提交命令

```sh
auto build[:环境] [描述]
Expand Down

0 comments on commit a34f9f0

Please sign in to comment.