Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheton/kickstart.js
Using a Universal Module Definition (UMD) pattern to create a library or module that offers compatibility with the most popular script loaders of the day.
https://github.com/cheton/kickstart.js
Last synced: 10 days ago
JSON representation
Using a Universal Module Definition (UMD) pattern to create a library or module that offers compatibility with the most popular script loaders of the day.
- Host: GitHub
- URL: https://github.com/cheton/kickstart.js
- Owner: cheton
- License: mit
- Created: 2014-12-01T09:38:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T10:24:59.000Z (over 9 years ago)
- Last Synced: 2024-10-29T16:58:03.488Z (20 days ago)
- Language: JavaScript
- Homepage: http://cheton.github.io/kickstart.js/
- Size: 684 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kickstart.js [![build status](https://travis-ci.org/cheton/kickstart.js.svg?branch=master)](https://travis-ci.org/cheton/kickstart.js)
[![NPM](https://nodei.co/npm/kickstart-js.png?downloads=true&stars=true)](https://nodei.co/npm/kickstart-js/)
Using a Universal Module Definition (UMD) pattern to create a library or module that offers compatibility with the most popular script loaders of the day.
## Supported Modules
* CommonJS - [Node.js](http://nodejs.org/), [Browserify](https://github.com/substack/node-browserify), [curl.js](https://github.com/cujojs/curl) and more.
* AMD - [RequireJS](https://github.com/jrburke/requirejs), [curl.js](https://github.com/cujojs/curl) and more.
* Globals - Adds to window object in web browsers.## License
Copyright (c) 2014-2015 Cheton Wu
Licensed under the [MIT License](https://github.com/cheton/kickstart.js/blob/master/LICENSE).