Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peckzeg/req-yaml

works like `require`
https://github.com/peckzeg/req-yaml

Last synced: 28 days ago
JSON representation

works like `require`

Awesome Lists containing this project

README

        

YML/YAML File Loader
====================

```javascript
const reqyaml = require('req-yaml');
var yaml = reqyaml('./config.yaml');
```

## Changelog

### 0.2.0

* Recode in CoffeeScript
* add `resolve(filepath)` method