Hi everyone,
I've been working on a Package Manager for AMD called Jam. It currently
supports RequireJS and can optionally use the almond.js shim during
compilation.
Although it's a new project, there's already a working Windows build
available and it's pretty usable. It inherits a lot of code from NPM and
Kanso (a CouchApp tool), but is designed particularly with the browser in
mind. For example, it will try to install only a single version of each
dependency instead of the multiple versions you might install in a Node.js
application.
I'd love to get some feedback from the people on this list, and hopefully
a few of you will find it useful :)
Caolan