Want to use the Modernizer 3.0 (still in pre-release) via the command line?
Just plonk this file in the root of the directory where you have modernizr checked out, and run it
git clone git@github.com:Modernizr/Modernizr.git modernizr
cd modernizr
wget https://gist.githubusercontent.com/bguiz/9926259/raw/README.md #plonked. `curl` works too.
cp ./lib/config-all.json ./config-custom.json
#edit config-custom.json
node modernizr-cli.js config-custom.json modernizr-custom.js modernizr-custom.min.js
Thanks a ton for writing this up!