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

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

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)