1 个不稳定版本

0.0.1 2021年3月15日

#55#discord-api

GPL-3.0-or-later

22KB
66

Hype

通过 API 与 Discord 交互的界面。

仓库

这个项目主要在 GitLab.com 上开发,但源代码也托管在以下几个仓库中。

欢迎在任何一个仓库上提交合并请求/拉取请求或问题。

# the main branch is "trunk"
% git clone [email protected]:grauwoelfchen/hype.git
% git --no-pager branch -v
* trunk xxxxxxx XXX

安装

待办事项

用法

% echo "CLIENT_ID=\"...\"\nCLINET_SECRET=\"...\"" > .env
% hype

开发

验证

# check code using all verify:xxx targets
% make verify:all

测试

% make test

CI

使用 gitlab-runner 在本地 docker 容器(Gentoo Linux)上运行 CI 任务。
参见 .gitlab-ci.yml

# install gitlab-runner into .tools
% .tool/setup-gitlab-runner

# prepare environment variables for CI via .env.ci
% cp .env.ci.sample .env

# e.g. test (see .gitlab-ci.yml)
% .tool/ci-runner test

发布

此包的所有显著更改都将记录在 CHANGELOG 文件中。

未发布提交

v0.0.1...trunk

许可协议

GPL-3.0--更新版本

Hype
Copyright 2021 Yasuhiro Яша Asaka

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

依赖项

~3–18MB
~230K SLoC