0.0.1 • Published 9 years ago

sarah-config-yml v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

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!