4 Star 14 Fork 10

PeratX / mirai-repo

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

Mirai Repo

用于放置包版本信息。

使用本仓库的软件

如何添加包到本仓库

  1. 必须遵循AGPLv3开源
  2. 提交Pull Request

下载途径

  1. Maven Central - 如果repo字段没有定义将默认使用
  2. 使用repo字段为每个版本定义下载链接

仓库镜像

package.json 参考格式

{
    "announcement": "包公告",
    "type": "core/plugin-jar/plugin-native/plugin-js等",
    "defaultChannel": "stable",
    "channels": {
        "stable": [
            "1.0.0"
        ]
    },
    "repo": {
        "1.0.0": {
            "archive": "https://example.org/org/example/1.0.0/example.zip",
            "metadata": "https://example.org/org/example/1.0.0/example.metadata"
        }
    }
}

开源许可证

Copyright (C) 2020-2021 iTX Technologies

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.

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

About

此仓库已弃用,请转到Github expand collapse
JavaScript and 2 more languages
AGPL-3.0
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/peratx/mirai-repo.git
git@gitee.com:peratx/mirai-repo.git
peratx
mirai-repo
mirai-repo
master

Search