Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-blueprint-validator

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-blueprint-validator

Validates Blueprint files.

  • 3.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 12 Mar 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc