Skip to main content

Utility to download files from public CDN (CDNJS/jsDelivr/UNPKG/Google)

Project description

Utility to download files from public CDN:

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page