OSF registry

Oracle Commerce provides a read-only npm (Node Package Manager) registry that you can access to obtain OSF packages and their dependencies.

As part of creating a workspace, you configure Yarn so that when the yarn install command is executed, required packages are downloaded from the registry.

You can download packages and their dependencies at various points in the development cycle, such as when creating a local workspace and when deploying an application. You can also create new packages and declare dependencies in your local workspace, and these will be included when the application is deployed.