1.0.0 • Published 9 years ago

validate-cloud-config v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

validate-cloud-config Circle CI

Validate cloud-config using https://coreos.com/validate

Installation

$ npm install validate-cloud-config --save

Usage

const validate = require('validate-cloud-config');

let source; // cloud-config

let isValid = yield validate(source);

Tests

Circle CI

$ npm test

License

validate-cloud-config is released under the MIT license.