@cspell/dict-docker
Docker dictionary for cspell.
Last updated 3 years ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install @cspell/dict-docker 
SYNC missed versions from official npm registry.

CSpell Docker Dictionary

Docker dictionary for cspell.

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

Installation

Global Install and add to cspell global settings.

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

Uninstall from cspell

cspell link remove @cspell/dict-docker

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-docker

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

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

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.

Current Tags

  • 1.1.7                                ...           latest (2 years ago)

8 Versions

  • 1.1.7                                ...           2 years ago
  • 1.1.6                                ...           2 years ago
  • 1.1.5                                ...           2 years ago
  • 1.1.4                                ...           2 years ago
  • 1.1.3                                ...           2 years ago
  • 1.1.2                                ...           2 years ago
  • 1.1.1                                ...           3 years ago
  • 1.1.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 8
Last Day 0
Last Week 8
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |