0.1.0 • Published 5 years ago
yaml-register v0.1.0
yaml-register
yaml-register hooks into Node's require function to load .yaml and .yml files.
const { register } = require('yaml-register');
register();
const data = require('/path/to/my-file.yaml');0.1.0
5 years ago