# kickstart.js **Repository Path**: mirrors_cheton/kickstart.js ## Basic Information - **Project Name**: kickstart.js - **Description**: 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. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).