add package managers

This commit is contained in:
chencheng 2014-07-03 23:30:57 +08:00
parent 5253ea1030
commit eab3c02f79

View File

@ -5,18 +5,20 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny th
* [Awesome JavaScript](#awesome-javascript)
* [Loaders](#loaders)
* [Spinners](#spinners)
* [Package Managers](#package-managers)
## Loaders
*Module or loading system for JavaScript.*
* [RequireJS](https://github.com/jrburke/requirejs) - A file and module loader for JavaScript.
* [Browserify](https://github.com/substack/node-browserify) - browser-side require() the node.js way.
* [SeaJS](https://github.com/seajs/seajs) - A Module Loader for the Web.
* [HeadJS](https://github.com/headjs/headjs) - The only script in your HEAD.
* [curl](https://github.com/cujojs/curl) - A small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
* [lazyload](https://github.com/rgrove/lazyload/) - Tiny, dependency-free async JavaScript and CSS loader.
* [script.js](https://github.com/ded/script.js) - Asyncronous JavaScript loader and dependency manager.
## Spinners
*Libraries for indicate load status.*
@ -32,3 +34,16 @@ A curated list of amazingly awesome JavaScript libraries, resources and shiny th
Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and generators like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).
## Package Managers
*Host the javascript libraries and provide tools for fetching and packaging them.*
* [Bower](https://github.com/bower/bower) - A package manager for the web.
* [component](https://github.com/component/component) - Client package management for building better web applications.
* [spm](https://github.com/spmjs/spm) - Brand new static package manger.
* [jam](https://github.com/caolan/jam) - A package manager using a browser-focused and RequireJS compatible repository.
* [browserify](https://github.com/substack/node-browserify) - Browser-side require() the node.js way.
* [jspm](https://github.com/jspm/jspm-cli) - Frictionless browser package management.
* [Ender](https://github.com/ender-js/Ender) - The no-library library.
* [volo](https://github.com/volojs/volo) - Create front end projects from templates, add dependencies, and automate the resulting projects.