yapm
Version:
npm wrapper allowing to use package.yaml instead of package.json
19 lines (12 loc) • 381 B
JavaScript
// overwriting fs.readFile[Sync]
require('./read-yaml');
// overwriting fs.writeFile[Sync]
require('./write-yaml');
// overwriting fs.readdir[Sync]
require('./readdir-yaml');
// overwriting fs.createWriteStream, fs.lstat
// probably should be after read-yaml
require('./streams');
// overwriting fs.exists[Sync]
// should be AFTER other functions
//require('./exists-yaml');