A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ultimatepp/UppHub below:

ultimatepp/UppHub: UppHub is the repository that serves as the official global registry for U++ distributed packages. Each package provides additional functionality that can be used directly by the developers.

This repository serves as the official global registry for UppHub, the distributed source packages management system for U++.

Adding your project to this list

In order to register your package(s), please file an issue in this repository or contact maintainers of this list in any other way. You can also suggest the information that the UppHub will provide about your project, ideally as json entry (see bellow).

The structure of the registry file

The UppHub global registry file, nests.json, is a simple JSON file containing the nests list. Each nest has several entries that need to be filled in.

Key Value name The name of the nest. packages The list of the package(s) in this nest. description A short description of the nest. repository The link to the nest's repository. branch The branch to be installed. (Not required). status The status of the nest. See the notes for possible values. category The category of the nest: networking, scientific, widget, etc. readme A link to the README file.

Let us assume that we wrote a nice little widget called MessageCtrl. and we want to register and publish it via UppHub. After forking this repository, we edit the nests.jsonfile with our preferred editor, and append the following information to it.

    {
      "name": "MessageCtrl",
      "packages": [
        "MessageCtrl"
      ],
      "description": "A passive notifications widget for U++",
      "repository": "https://github.com/ismail-yilmaz/MessageCtrl.git",
      "status": "stable",
      "category": "widget",
      "readme": "https://raw.githubusercontent.com/ismail-yilmaz/MessageCtrl/main/README.md"
    }

Once these changes are validated and merged, the package(s) will be visible and available for download via the UppHub package manager in our integrated development environment, TheIDE:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4