Socket
Socket
Sign inDemoInstall

grunt-blueprint-validator

Package Overview
Dependencies
41
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-blueprint-validator

Validates Blueprint files.


Version published
Weekly downloads
1
Maintainers
2
Install size
4.74 MB
Created
Weekly downloads
 

Readme

Source

grunt-blueprint-validator

Validates Blueprint files.

Getting Started

npm install grunt-blueprint-validator --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-blueprint-validator');

The "blueprint-validator" task

Overview

In your project's Gruntfile, add a section named blueprint-validator to the data object passed into grunt.initConfig().

'blueprint-validator': {
    'contract-test':{
        mdFiles: './path/**/*.md',
        failOnWarnings: true
    }
}
NOTE

This module uses api-blueprint-validator.

api-blueprint-validator module 1.1.0 uses Drafter.js, which is pre-release from version 1.1.0.

If you want don't want to use Drafter.js, then you can use version 3.0.x of grunt-blueprint-validator.

Keywords

FAQs

Last updated on 12 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc