UNPKG
yaml-register
Version:
latest (0.1.0)
0.1.0
A require hook to load YAML files
github.com/natemoo-re/proload
natemoo-re/proload
yaml-register
/
README.md
11 lines
(7 loc)
•
224 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
# `yaml-register`
`yaml-register`
hooks into Node's
`require`
function to load
`.yaml`
and
`.yml`
files.
```js const { register } = require('yaml-register'); register(); const data = require('/path/to/my-file.yaml'); ```