An open API service indexing awesome lists of open source software.

https://github.com/rand-net/js-dl

A trivial python script to download javascript libraries from https://cdnjs.com
https://github.com/rand-net/js-dl

cdnjs cdnjs-downloader javascript-libraries

Last synced: 7 months ago
JSON representation

A trivial python script to download javascript libraries from https://cdnjs.com

Awesome Lists containing this project

README

        

# js-dl
* A trivial python script to download javascript libraries from https://cdnjs.com.

![PyPI](https://img.shields.io/pypi/v/js-dl?style=flat-square)

# Usage
```
$ js-dl

_ _ _
(_) ___ __| || |
| |/ __| _____ / _` || |
| |\__ \|_____|| (_| || |
_/ ||___/ \__,_||_|
|__/

Downloading libraries list....

Library: d3
d3

Version: 6.6.1
6.6.1

File: d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/6.6.1/d3.min.js

$ ls

d3.min.js jquery.min.js js_libraries.txt

$ cat js_libraries.txt

d3,6.5.0,d3.min.js,https://cdnjs.cloudflare.com/ajax/libs/d3/6.5.0/d3.min.js
jquery,3.5.1,jquery.min.js,https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js

```