Giter Site home page Giter Site logo

snowmoonss / mirai-repo-mirror Goto Github PK

View Code? Open in Web Editor NEW

This project forked from project-mirai/mirai-repo-mirror

0.0 0.0 0.0 405 KB

Mirai Package Index

Home Page: https://repo.itxtech.org

License: GNU Affero General Public License v3.0

Shell 13.65% JavaScript 85.96% Ruby 0.39%

mirai-repo-mirror's Introduction

Mirai Repo

用于放置包版本信息。

使用本仓库的软件

如何添加包到本仓库

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

下载途径

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

仓库镜像

package.json 参考格式

{
  "announcement": "包公告",
  "type": "core/plugin-jar/plugin-native/plugin-js/mcl-module等",
  "defaultChannel": "stable",
  "name": "包显示名称(为空则不在插件中心显示)",
  "description": "简介(可空)",
  "website": "网站,可为GitHub(可空)",
  "forum": "Mirai Forum 帖子链接(可空)",
  "logo": "Logo链接(可空,但不建议)",
  "readme": "README.md链接(可空,链接请指向RAW)",
  "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",
      "sha1": "https://example.org/org/example/1.0.0/example.zip.sha1"
    }
  }
}

开源许可证

Mirai Repo
Copyright (C) 2021-2022 Mamoe Technologies
Copyright (C) 2020-2022 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/>.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.