CDNPKG is like a search engine but only for web assets (js, css, fonts etc ...). The primary goal is to help developers to find their web assets more easily for production or development/test.
Package managers like NPM or YARN already get all the files we need right into a local repository. So why would we use CDNPKG ?
Well, package managers are great and simplifies our every day life as web developers without a doubt!
But lets be honest, sometimes :
For all these above reason, CDNPKG was created! Just search for a library or a file and you will get every possible version of it that we found through all the available CDNs.
A CDN (content delivery network) is most often the place where you will find the packaged or distribution versions of the libraries you are looking for.
CDN are not just simple web repositories, they also provide a reliable and efficient way to serve those libraries all around the world.
There are many CDNs out there, some of them holds the files you are looking for but not some others. This is why CDNPKG gathers all libraries and files from multiple CDN providers and consolidates the data by merging all of it.
Whether you want to find a CDN for a specific library/file or just want to grab and download it, CDNPKG is there for you !