0.1.3 • Published 7 years ago

latest-lib-cli v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

latest-lib-cli Build Status

Get the latest version of a CSS or JavaScript library hosted on CDNJS

Install

$ npm install --global latest-lib-cli

Usage

$ 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

Related

License

MIT © Gabriel Mangiurea