npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

grunt-yaml-validate

0.1.1

@samccone

npmSnykSocket
Downloads:27
$ npm install grunt-yaml-validate
DailyWeeklyMonthlyYearly

grunt-yaml-validate

npm i --save-dev grunt-yaml-validate

Using

grunt.initConfig({
  "yaml-validate": {
    options: {
      glob: "api/*.yaml"
    }
  }
})

Why?

Sometimes you want to ensure that all yaml files matching a given glob are valid as part of your CI process. This tool will do just that.