Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/peckzeg/req-yaml
- Owner: PeckZeg
- Created: 2016-02-16T07:32:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T08:01:54.000Z (over 8 years ago)
- Last Synced: 2024-12-12T14:39:08.910Z (29 days ago)
- Language: CoffeeScript
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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