Socket
Book a DemoInstallSign in
Socket

velocity-lint

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velocity-lint

check the template file of velocity. show tips when using the variable without "!"

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

velocity-lint

check the template file of velocity. show tips when using the variable without "!"

Installation

Install package with NPM and add it to your development devpendencies:

npm install --save-dev velocity-lint

Usage


var gulp = require('gulp');
var vm = require('velocity-lint');

gulp.task('vm', function () {
    return gulp.src('src/**/*.vm')
        .pipe(vm(options))
})

Options

  • ignore pass an array if you wish to ignore some variable

FAQs

Package last updated on 26 Sep 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