CDN-Tag-Picker is a web application built with Vue.js and Axios that allows users to:
- Check the latest non-draft released versions of frameworks, libraries, and packages on GitHub.
- Compare these versions with the latest published versions on CDN servers (cdnjs and jsDelivr).
- Generate HTML tags for including these libraries from CDNs.
- View vulnerability information for the selected libraries.
- Version Comparison: Easily compare the latest GitHub releases with CDN versions.
- CDN Tag Picker: Generate HTML tags for cdnjs and jsDelivr.
- Vulnerability Info: Get information about known vulnerabilities in the selected libraries.
To get started with CDN-Tag-Picker, follow these steps:
- Clone the repository:
git clone https://github.com/Mending-Electronics/CDN-Tag-Picker.git
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Vue.js
- Axios
- GitHub API
- cdnjs
- jsDelivr