https://github.com/tf/clientside-npm-talk
A talk about modularizing and versioning client-side javascript.
https://github.com/tf/clientside-npm-talk
Last synced: over 1 year ago
JSON representation
A talk about modularizing and versioning client-side javascript.
- Host: GitHub
- URL: https://github.com/tf/clientside-npm-talk
- Owner: tf
- Created: 2012-06-11T05:36:16.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T13:43:08.000Z (about 14 years ago)
- Last Synced: 2025-01-30T18:43:35.228Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://tf.github.com/clientside-npm-talk/slides/
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Talk: Client-side Dependency Management with npm and ender
by [Tim Fischbach](http://github.com/tf) ([@tfischbach](http://twitter.com/tfischbach))
## Links & Resources
* [Slides](http://tf.github.com/clientside-npm-talk/slides)
### npm
* [npm](http://npmjs.org) - The node package manager.
* [npmjs.org github repo](http://github.com/isaacs/npmjs.org.git) - Infos about setting up your own npm registry.
### ender
* [ender](http://ender.no.de) - Use npm packages on the client-side.
* [github repo](http://github.com/ender-js/Ender) - 1.0 rewrite on the way (see 1.0-wip branch).
### Alternaitves
* [require.js](http://requirejs.org) - AMD style module loader.
* [bpm](http://getbpm.org) - The browser package manager. Still young.