2 个版本
0.1.1 | 2020 年 5 月 26 日 |
---|---|
0.1.0 | 2020 年 5 月 19 日 |
#828 在 配置
65KB
1.5K SLoC
GodWit
GodWit 是一个可修改且合理的项目管理器和自动化套件。GodWit 追求最小侵入性,同时提供最大化的暴露点,以实现端用户和开发者世界的最佳结合。
安装
GodWit 可在 AUR 和 PPA 仓库中找到。
只需使用以下命令进行安装:
$ yay -Syu godwit
或者
$ sudo add-apt-repository ppa:passeriform/ppa
$ sudo apt update
$ sudo apt install godwit
使用:
首先在您的通用工作目录中初始化 GodWit。
$ godwit init
尝试添加一个新项目。
$ godwit add @organization/project ~/projects/project
GodWit 会自动跟踪项目开发,并在跟踪后提供信息概述。
$ godwit status -v
包
- GodWit-Daemon - 处理进程的专用运行器。 https://github.com/Passeriform/GodWit-Daemon
插件
- Weaver - 模板样板构建器。 https://github.com/Passeriform/Weaver
开发
如果您想贡献,请从克隆此仓库开始。
git clone https://github.com/Passeriform/GodWit Godwit
检出到一个新分支。
# Use kebab-case categorization format.
# Ex: A new feature.
git checkout feature-<feature>
# Ex: A bugfix.
git checkout bugfix-<bug>
# Ex: A meta update.
git checkout meta-<title>
# Ex: A documentation update.
git checkout docs-<title>
# Ex: A CI update.
git checkout ci-<title>
做您的事情...
Code up
压缩提交 并在 https://github.com/Passeriform/GodWit 上提交 PR
许可
许可方式任选其一:
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
- Apache 许可证 2.0 版本 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
任选其一。
贡献
除非您明确声明,否则任何有意提交给工作以包含在内的贡献,根据 Apache-2.0 许可证的定义,都应按上述方式双许可,不附加任何额外条款或条件。
依赖项
~9MB
~150K SLoC