Field note
What it does
Quickstart for GitHub Packages Publish to GitHub Packages with GitHub Actions. Copy as Markdown In this article Introduction Publishing your package Viewing your published package Installing a published package Next steps Introduction In this guide, you'll create a GitHub Actions workflow to test your code and then publish it to GitHub Packages. Publishing your package Create a new repository on GitHub, adding the .gitignore for Node. For more information, see Creating a new repository . Clone the repository to your local machine. git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git cd YOUR-REPOSITORY Create an index.js file and add a basic alert to say "Hello world!" JavaScript console.log("Hello, World!"); console . log ( "Hello, World!" ); Initialize an npm package with npm init . In the package initialization wizard, enter your package with the name: @YOUR-USERNAME/YOUR-REPOSITORY , and set the test script to exit 0 .
Capabilities
Available capabilities
Tags
Tags
Ways to use it
Ways to use it
No integrations filed yet.