1.0.1 • Published 4 months ago
cspell-group-by-file-reporter v1.0.1
cspell-group-by-file-reporter
A CSpell reporter that shows list of unknown words per file. Following is the sample output:
files/en-us/web/css/_colon_only-child/index.md - Unknown words (colan, Scarlett)
files/en-us/web/css/_doublecolon_first-line/index.md - Unknown words (Exocoetidae)
files/en-us/web/css/_doublecolon_marker/index.md - Unknown words (Deke, Gordo, Grissom, Schirra, Slayton)
files/en-us/web/css/animation/index.md - Unknown words (slidein)
Installation
Install it as a development package in the repository that will use it.
npm install -SD @cspell/cspell-group-by-file-reporter
Usage
Using Command Line
cspell . --reporter @cspell/cspell-group-by-file-reporter
!NOTE
This is a bare minimum implementation. More features will be added as per future requirements. Please raise an issue or submit a PR to get issues fixed or more features implemented.