pakr
v0.1.26
Published
Package Server
Downloads
7
Maintainers
Readme
Pakr
Package Server to enable client side use of packages by name and version. Use the Pakr CDN directly or spin up your own server and serve content from your own domain.
CDN Statistics
| CDN | Packages | Package Versions | Source | | --- | ---: | ---: | --- | | pakr | 2,346 | 18,259 | internal | | jsdelivr | 1,456 | 3,957 | jsdelivr libraries | | cdnjs | 1,218 | 13,145 | cdnjs libraries | | google | 14 | 301 | google libraries | | bootstrap | 6 | 86 | bootstrap libraries |
Examples
Latest jQuery library: jquery
<script src="http://pakr.yie.me/jquery"></script>Bootstrap 3.3.x: [email protected]
<script src="http://pakr.yie.me/[email protected]"></script>Specific AngularJS version: [email protected]
<script src="http://pakr.yie.me/[email protected]"></script>jQuery 2.1.x and Bootstrap 3.x: [email protected],bootstrap@3
<script src="http://pakr.yie.me/[email protected],bootstrap@3"></script>Bootstrap CSS (as package default is JS): bootstrap@2/css
<link href="http://pakr.yie.me/bootstrap@2/css" rel="stylesheet" type="text/css">Bootswatch shorthand: bootswatch@3/flatly
<link href="http://pakr.yie.me/bootswatch@3/flatly" rel="stylesheet" type="text/css">api
{
'website': '/',
'api_docs': '/api',
'package_details': '/api/{package}',
'latest_package_versions': '/api/latest/{search}',
'latest_package': '/{package}',
'versioned_package': '/{package}@{version}',
'bundled_packages': '/{package}[@{version}],{package}[@version]...',
'bootswatch_packages': '/bootswatch[@version]/{variant}'
}Statistics
Last updated: 2015-05-21
Rights
Copyright (C) 2015 by Yieme, License: MIT
