How to use yaml-boost - 1 common examples

To help you get started, we’ve selected a few yaml-boost examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github blackflux / lambda-monitor / serverless.js View on Github external
const path = require('path');
const optimist = require('optimist');
const yaml = require('yaml-boost');

module.exports = yaml.load(path.join(__dirname, 'serverless.core.yml'), optimist.argv);

yaml-boost

Yaml Parser with additional functionality.

MIT
Latest version published 9 months ago

Package Health Score

49 / 100
Full package analysis

Popular yaml-boost functions