Registry

Publish a package

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.

  1. 1

    Push your package to GitHub

    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
  2. 2

    Run lde publish inside the project

    lde publish reads your lde.json and opens a pre-filled pull request to the lde registry repository.

    lde publish
  3. 3

    Submit the pull request

    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