Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

wikimedia/grunt-tyops

Repository files navigation

NPM version Build Status grunt-tyops

A grunt task to check files for typos and fail if any are found.

Getting started

If this is the first time you've used grunt, the getting started guide will show you how to get up and running.

Once you have that installed, with a Gruntfile set for your code, you can install the plugin with:

npm install grunt-tyops --save-dev

In your Gruntfile, add the line:

grunt.loadNpmTasks( 'grunt-tyops' );

Running and configuring

Run this task with the grunt tyops command.

WRITEME

You can specify the targets and options for the task using the normal grunt configuration – see grunt's guide on how to configure tasks in general