a minimalism style version manager for static files.
$ sudo npm install cooker -g
// update version by youself
$ cooker up README.md
// update versions of a.md and b.js
$ cooker up a.md b.js
// update versions of all js files
$ cooker up -f *.js
// update versions of a.md and all css files in all dirs
$ cooker up a.md -f **/*.css
$ git clone https://github.com/turingou/cooker.git
$ cd cooker
$ npm install
$ npm test