An open API service indexing awesome lists of open source software.

https://github.com/mcking-07/learn-npm-and-github-actions

a simple repository to learn how to set up a workflow to publish on npm, using github actions.
https://github.com/mcking-07/learn-npm-and-github-actions

changesets github-actions npm

Last synced: about 2 months ago
JSON representation

a simple repository to learn how to set up a workflow to publish on npm, using github actions.

Awesome Lists containing this project

README

          

## learn-npm-and-github-actions

this project utilizes github actions to automate the process of publishing packages to npm. it includes configurations for linting, building, versioning and publishing packages.