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.
- Host: GitHub
- URL: https://github.com/mcking-07/learn-npm-and-github-actions
- Owner: mcking-07
- License: mit
- Created: 2024-04-21T08:50:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T19:09:25.000Z (about 2 years ago)
- Last Synced: 2025-10-06T15:45:00.639Z (8 months ago)
- Topics: changesets, github-actions, npm
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.