0.1.26 • Published 9 years ago

pakr v0.1.26

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

CDNPackagesPackage VersionsSource
pakr2,34618,259internal
jsdelivr1,4563,957jsdelivr libraries
cdnjs1,21813,145cdnjs libraries
google14301google libraries
bootstrap686bootstrap libraries

Examples

Latest jQuery library: jquery

<script src="http://pakr.yie.me/jquery"></script>

Bootstrap 3.3.x: bootstrap@3.3

<script src="http://pakr.yie.me/bootstrap@3.3"></script>

Specific AngularJS version: angularjs@1.3.15

<script src="http://pakr.yie.me/angularjs@1.3.15"></script>

jQuery 2.1.x and Bootstrap 3.x: jquery@2.1,bootstrap@3

<script src="http://pakr.yie.me/jquery@2.1,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