Skip to content
/ cdnjs Public

Command-line Node.js application to query cdnjs.com

Notifications You must be signed in to change notification settings

miladtsx/cdnjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdnjs · GitHub license

CDNJS is a Node.JS package to query cdnjs API. It can be used globally on your command line.

Installation

- git clone https://github.com/MehdizadeMilad/cdnjs.git
- npm install
- npm install -g .

Examples

to find font-awesome's Cloudflare CDN address:

$ cdnjs -p font-awesome

This example will render following result (just a fraction of it):

font-awesome => https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css

License

CDNJS is MIT licensed.

About

Command-line Node.js application to query cdnjs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published