Featureless MVVM framework for browser javascript.
From source:
# Install from sources...
git clone git://github.com/nickdoth/mok.git mok
cd mok
npm link
# ...Then in your project
npm link mok
# If you don't have browserify, you should install it first:
npm install -g browserify
# run npm test and open test/index.html in a browser:
npm test
This is not documented now, so just read test/test.js and test/index.html :)