1.0.6 • Published 8 months ago

@cspell/dict-shell v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

CSpell Shell Script Dictionary

Shell Script dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

ToolVersion
cspell>= 6
Code Spell Checker - Visual Studio Code>= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-shell
cspell link add @cspell/dict-shell

Uninstall from cspell

cspell link remove @cspell/dict-shell

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-shell/cspell-ext.json"],
    // …
}

License

MIT

Some packages may have other licenses included.