Public CDN repository for web assets (web components, images, ...). The resources are intended to be served via jsDelivr.
Each directory in this repository represents one "library". The of a directory ideally originates from the repository name, that has been build and deployed to this repository.
Please push the deployment of your library to a new direction or the existing directory having the same name like the source repository/project.
Ideally a github action builds and deploys the built assets.
This repository uses a github action to automatically create a new version tag after changes have been pushed to this repository.
jsDelivr has the following syntax:
https://cdn.jsdelivr.net/gh/{user}/{repository}(@{optional version})/{path to file}
This README for example can be accessed with the following link:
https://cdn.jsdelivr.net/gh/valuecase-de/valuecase-cdn/README.md
You can add different version attributes:
@{tag}
@{commit hash}
@latest
An example:
https://cdn.jsdelivr.net/gh/valuecase-de/valuecase-cdn@v1.12.0/README.md