https://github.com/erkobridee/my-ghp-lib
deploying a library on the GitHub Packages
https://github.com/erkobridee/my-ghp-lib
github githubpackages library package rollup typescript
Last synced: 3 months ago
JSON representation
deploying a library on the GitHub Packages
- Host: GitHub
- URL: https://github.com/erkobridee/my-ghp-lib
- Owner: erkobridee
- License: isc
- Created: 2021-02-26T09:47:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:30:48.000Z (over 1 year ago)
- Last Synced: 2025-01-18T10:21:29.014Z (5 months ago)
- Topics: github, githubpackages, library, package, rollup, typescript
- Language: JavaScript
- Homepage:
- Size: 672 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-ghp-lib
> ghp - GitHub Packages
## Goal
- define a library and deploy a npm package on the Github Packages
- define the GitHub Action to build and deploy when a new version tag has been pushed to the GitHub repository and also generate a release
## Links
- [Private NPM Packages with GitHub Actions & Packages | Brian Morrison II](https://brianmorrison.me/blog/private-npm-packages-with-github-actions-&-packages/)
- [[YouTube] Private NPM Packages using GitHub Actions & Packages](https://www.youtube.com/watch?v=7CNC0QBCY-Y) - 2020/09/29
- [GitHub Actions](https://github.com/features/actions)
- [GitHub Action | GitHub Docs](https://docs.github.com/en/actions)
- [Publishing packages to GitHub Packages | GitHub Actions Docs](https://docs.github.com/en/actions/guides/publishing-nodejs-packages#publishing-packages-to-github-packages)
- [GitHub Actions: Publish to GitHub Packages | GitHub Learning Lab](https://lab.github.com/githubtraining/github-actions:-publish-to-github-packages)
- [[GitHub] softprops/action-gh-release](https://github.com/softprops/action-gh-release) - GitHub Action for creating GitHub Releases
- [GitHub Packages](https://github.com/features/packages) - you can safely publish and consume packages within your organization or with the entire world.
- [Packages | GitHub Docs](https://docs.github.com/en/packages)
- [About GitHub Packages | GitHub Docs](https://docs.github.com/en/packages/learn-github-packages/about-github-packages)
- [Configuring npm for use with GitHub Packages | GitHub Docs](https://docs.github.com/en/packages/guides/configuring-npm-for-use-with-github-packages)
- [Creating a template repository in GitHub - DEV Community 👩💻👨💻](https://dev.to/alexandrshy/creating-a-template-repository-in-github-1d05) - 2020/06/01
- [[GitHub] Alexandrshy/como-north](https://github.com/Alexandrshy/como-north) - GitHub template for starting new projects
- [[YouTube] Creating a template repository in GitHub | Simple Layout](https://www.youtube.com/watch?v=EjeY-7EtDiM)