sarah-config-yml
v0.0.1
Published
YAML support for the Sarah platform
Downloads
4
Readme
YAML config
Sarah-config-yml is a Sarah-configuration compatible plugin for the Sarah platform. It enabled developers to use the YAML format instead of the default javascript format.
Usage
Put this in your config/default.js
file:
module.exports = require('sarah-config-yml').load(require, __dirname + '/default.yml');
If you put your YAML file in: config/default.yml
everything will be loaded just fine!