Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 622 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 622 Bytes

Buildkite Node.js Example Package

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.

Run the application

npm run main

Publish

After 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 publish

License

See the LICENSE (MIT).