This is a repository for numng.
A overview / search can be found here.
Config snippet for adding the repository:
{
"registry": [
{"source_uri": "https://github.com/Jan9103/numng_repo", "package_format": "numng", "path_offset": "repo"}
]
}
Afterwards packages can be loaded by path in here. Example:
{
"depends": [
{"name": "jan9103/nutils"}
]
}
Notes:
- Im not actively monitoring everything included for malware.
- This repo is licensed under the Unlicense (public domain with explicit "no warranty"), however included projects might have a different license.
- The git-HEAD is available via
git
, but other versions might be missing.
- the actual repository is within
repo
in order to keep the github view clean(er) [author-name]/[project-name].json
in all lowercase (example:jan9103/nutils.json
)- sometimes i added
/[subproject-name]
(example:nushell/nu_scripts/math_module.json
) - Note: The package name is the same, but without the
.json
(example:jan9103/nutils
)
- sometimes i added
If you
- want to have something added
- encountered a issue with loading of a package
- want your project to be removed
please open a issue or pull-request with all relevant information.
Also: For most of the included packages this is NOT a official distribution method. Please keep this in mind before creating a issue upstream.
:description
: A description:tags
: A list of tags (shell
,script
,lib
,config
,bin
,prompt
,completion
):status
: The project status (alpha
,active
,archived
)