grunt-textlint

0.1.0 • Public • Published

grunt-textlint

Grunt plugin for textlint.

Usage

var grunt = require('grunt');
 
module.exports = function() {
  grunt.initConfig({
    textlint: {
      src: ["./*.md"]
    }
  });
  grunt.loadNpmTasks('grunt-textlint');
};

See example

Readme

Keywords

Package Sidebar

Install

npm i grunt-textlint

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • azu
  • nakajmg