The official Jade package registry.
Part of Fundiman/JadeLang.
# from your Jade project directory
python3 jpkg.py publishthis will:
- fork this repo to your GitHub account
- create a branch
pkg/<your-package>/<version> - add your
jade.tomlandout.joc - open a pull request automatically
requires git and gh cli — authenticate with gh auth login
if you prefer to do it manually:
- fork this repo
- create
packages/<your>/<package>/<version>/ - add
jade.tomlandout.joc - update
packages/index.json - open a pull request
packages/
com/
yourname/
mypackage/
1.0.0/
jade.toml ← package metadata
out.joc ← compiled Jade binary (multi-arch)
jade/
stdlib/ ← official standard library
...
index.json ← registry index
python3 jpkg.py add com.yourname.mypackage
python3 jpkg.py installpackages are licensed by their authors.
the registry infrastructure is LGPL-3.0.