yaml-validate

0.1.0 • Public • Published

yaml-validate

npm i yaml-validate

Build Status

Using

yamlValidate = require('yaml-validate');
 
// takes a glob as a file matcher
yamlValidate('**/*.yaml')
.then(function(yamls) {
// all is well
})
.catch(function(err) {
// something is invalid
});

Why?

Sometimes as part of a linting process for a code base you want to ensure that everything is valid yaml. This tool aims to make it easy to integrate a yaml validation layer to your CI flow.

Readme

Keywords

none

Package Sidebar

Install

npm i yaml-validate

Weekly Downloads

4

Version

0.1.0

License

none

Last publish

Collaborators

  • samccone