-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd10a5f
commit 9bafabf
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
|
||
# Treex | ||
基于 electron 和 nodegit 开发的 git 客户端。 | ||
|
||
# ScreenShot | ||
|
||
![treex-gif-2][2] | ||
|
||
# Features | ||
|
||
- 历史浏览、历史搜索 | ||
- 工作区查看 | ||
- 分支切换与查看 | ||
- 标签查看 | ||
- 贮藏(stash) | ||
- 远端分支下载 | ||
- 子模块 | ||
- 仓库克隆(目前仅支持 http) | ||
|
||
# Installation | ||
请移步到该项目的 [release][3] 页面。 | ||
|
||
# 当前版本支持平台 | ||
|
||
- OSX | ||
- Windows(尚未发布) | ||
- Linux(尚未发布) | ||
|
||
# Development | ||
|
||
## 开发版 | ||
|
||
在项目根目录运行 | ||
```` | ||
npm run dev | ||
```` | ||
```` | ||
npm run open:dist | ||
```` | ||
|
||
## 打包 | ||
在项目根目录运行 | ||
```` | ||
npm run production | ||
```` | ||
然后 cd 到 ./app/dist,使用 electron-packager 进行打包,如 | ||
```` | ||
electron-packager ./ --name=treex --version=1.1.1 --no-prune --icon=./assets/logo/treex-square.png.icns | ||
```` | ||
|
||
# License | ||
|
||
MIT | ||
|
||
|
||
[1]: https://github.com/huangruichang/treex/blob/master/app/src/assets/gif/treex-1.gif | ||
[2]: https://github.com/huangruichang/treex/blob/master/app/src/assets/gif/treex-2.gif | ||
[3]: https://github.com/huangruichang/treex/releases |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.