yamlop
One-way data binding for YAML files
yamlop is a yaml version of [typicode/jsop], is a new kind of JSON file reader/writer powered by Object.observe (requires Node 0.11.13 or io.js 1.0.0).
Before
var fs = var yaml = var config = yamlconfigfoo = 'bar'fs
After
var yamlop = var config = configfoo = 'bar'
License
MIT
* jsop is short for jsonOpen, yamlop naturally follows the same rule