Hi all,
You'll notice not much has changed from the previous site, but I'll be adding some new features soon!
Recent releases (0.1.6 to 0.1.11)
========================
* .npmignore is no longer respected on package publish since it is occasionally used to exclude browser-related files from Node.js packages
* refactored package download code a bit
* added an _experimental_ short-hand installation method for github repositories: eg, "jam install gh:jquery/jquery"
* added support for browser.include and browser.main properties in package.json
* added github search option: eg, "jam search --github jquery"
* added "rebuild" command - recreates jam/require.js with latest config options
* added --exclude (-e), --deep-exclude (-E), --no-minify, --no-license and --verbose (-v) options to "compile" command
Caolan