Getting your package into the lde registry is three steps. Everything flows through GitHub. So no accounts, tokens, or credentials on a third-party website.
Any public git repository works. Make sure the root of your project has an lde.json manifest with your package's name, version and description.
git push origin main
lde publish inside the projectlde publish reads your lde.json and opens a pre-filled pull request to the lde registry repository.
lde publish
Once merged, your package goes live in the registry. Publishing updates works the same way. Bump the version and run lde publish again.
Want the full details, including security notes?
Read the publishing guide