In SourceCraft, you can store, distribute, and manage software packages. These can be third-party libraries, dependencies, or custom program builds.
With packages, developers can easily share their build results, reuse code, and incorporate it into their projects.
Packages are stored in registries, i.e., repositories these packages are published to and from where they can be downloaded by other project members or automated systems. Registries provide version control, access control, auditing, and link together the package publishing and deployment processes in the source code management system.
Supported package types:
Docker: Docker images.
Maven: Java artifacts.
npm: Node.js artifacts.
Warning
To create, add, and connect registries to repositories, you need the Organization adminrole.
All organization users have read access to packages from registries.