elmasse / taskr-standard

a taskr plugin to run standard linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taskr-standard

Standard plugin for Taskr.

Build Status

Install

$ npm install --save-dev taskr-standard

Usage

exports.lint = function * (task) {
  yield task.source('test/**/*.js')
    .standard()
    // ...
    .target('dist');
}

About

a taskr plugin to run standard linter


Languages

Language:JavaScript 100.0%