hdis

Spell checker for html files.


Keywords
spelling, html, ci, node, spellcheck, how-do-i-spell, build
License
ISC
Install
npm install hdis@1.1.1

Documentation

How Do I Spell

Installation

Install the package using

npm install hdis or yarn install hdis

Usage

add a build script to your package.json

{
  "scripts": {
    "spellcheck": "hdis './src/*.html'"
  }
}

Create a file called allowed_words in your project root. Add a list of words new line separated.

AngularJS
Laravel
Banannnanna

the words defined in this file will be skipped if they occur in the project;