Skip to content

Commit

Permalink
drop server & ui
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Oct 17, 2023
1 parent 86f7217 commit 1e10d70
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 62 deletions.
25 changes: 0 additions & 25 deletions packages/docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,31 +1218,6 @@ gitm review --state merged
gitm status
```

### gitm ui

> 3.0.0 版本开始,UI 界面从原 gitmars 项目中抽离成了独立项目`@gitmars/ui`,使用 ui 界面前需要在全局安装`@gitmars/ui`插件
启动 UI 界面

- 安装:`gitm install @gitmars/ui`
- 使用:`gitm ui [-p --port [port]]`
- 参数:无
- 传值:

<div class="table-option">

| 名称 | 简写 | 说明 | 类型 | 可选值 | 传值必填 | 默认 |
| ------ | ---- | ---------- | -------- | ------ | -------- | ---- |
| --port | -p | 运行端口号 | `Number` | - || 8080 |

</div>

- 示例:

```shell
gitm ui -p 8080
```

### gitm link

创建本地包软链接,传入 name 时把依赖包软链到本地包,不传 name 时给当前包创建公共软链
Expand Down
4 changes: 0 additions & 4 deletions packages/docs/guide/getting-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ gitm --help
# 查看子命令帮助信息
gitm copy -h
```

## UI 界面

[gitm ui](../ui/index)
1 change: 0 additions & 1 deletion packages/docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ title: guide
- 查询日志 [gitm log](../api/#gitm-log)
- 智能猜测你要执行的动作 [gitm go](../api/#gitm-go)
- 安装和移除快捷方式 [gitm alias](../api/#gitm-alias)
- UI 可视化操作 [gitm ui](../api/#gitm-ui)
- 管理员创建主干分支 [gitm admin create](../api/#gitm-admin-create)
- 发布分支 [gitm admin publish](../api/#gitm-admin-publish)
- 更新主干分支代码 [gitm admin update](../api/#gitm-admin-update)
Expand Down
31 changes: 0 additions & 31 deletions packages/docs/ui/index.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/gitmars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ yarn global add gitmars
- 查询日志 [gitm log](http://www.saqqdy.com/gitmars/api/#gitm-log)
- 智能猜测你要执行的动作 [gitm go](http://www.saqqdy.com/gitmars/api/#gitm-go)
- 安装和移除快捷方式 [gitm alias](http://www.saqqdy.com/gitmars/api/#gitm-alias)
- UI 可视化操作 [gitm ui](http://www.saqqdy.com/gitmars/api/#gitm-ui)
- 管理员创建主干分支 [gitm admin create](http://www.saqqdy.com/gitmars/api/#gitm-admin-create)
- 发布分支 [gitm admin publish](http://www.saqqdy.com/gitmars/api/#gitm-admin-publish)
- 更新主干分支代码 [gitm admin update](http://www.saqqdy.com/gitmars/api/#gitm-admin-update)
Expand Down

0 comments on commit 1e10d70

Please sign in to comment.