Get the latest version of a CSS or JavaScript library hosted on CDNJS
$ npm install --global latest-lib-cli
$ latest-lib --help
Usage:
$ latest-lib <name> [--only <css/js>]
Options:
--only, -o Return only the CSS/JavaScript files of the library in the
response
--help Show this screen
--version Show version number
Examples:
$ latest-lib jquery
$ latest-lib jquery@2
$ latest-lib bootstrap --only css
$ latest-lib bootstrap --only js
- latest-lib - API for this module
MIT © Gabriel Mangiurea