This repository provides an example of a basic Node.js project that you can build locally to publish to Buildkite Package Registries.
Note
This example assumes you have already installed Node.js locally.
npm run mainAfter configuring your Node.js environment to publish packages to your Buildkite Packages Node.js package registry, you can publish these packages with the command:
npm publishSee the LICENSE (MIT).