Utility to download files from public CDN (CDNJS/jsDelivr/UNPKG/Google)
Project description
Utility to download files from public CDN:
CDNJS (https://cdnjs.com)
jsDelivr (https://www.jsdelivr.com)
UNPKG (https://unpkg.com)
Google (https://ajax.googleapis.com)
Example:
$ cdnget # list public CDN names $ cdnget cdnjs # list libraries $ cdnget cdnjs jquery # list versions $ cdnget cdnjs jquery latest # show latest version $ cdnget cdnjs jquery 2.2.4 # list files $ mkdir -p static/lib # create a directory $ cdnget cdnjs jquery 2.2.4 static/lib # download files $ find static/lib -type f static/lib/jquery/2.2.4/jquery.min.js static/lib/jquery/2.2.4/jquery.min.map static/lib/jquery/2.2.4/jquery.js
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdnget-1.2.0.tar.gz
(16.5 kB
view details)
File details
Details for the file cdnget-1.2.0.tar.gz
.
File metadata
- Download URL: cdnget-1.2.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d664941b3a4f40714c3f894cbc3ee7ba23dce1cdf9f824240c5b847390e54ff |
|
MD5 | 2c91fe3381dbea415515565455d73922 |
|
BLAKE2b-256 | 03dee8a035222fb0a2094ae124740ab5d61eec2e612603d469edd89d960aa406 |