https://github.com/kayahr/cspell
A drop-in replacement for cspell, bundling cspell and its many dependencies into a single module
https://github.com/kayahr/cspell
cspell javascript no-dependencies spellcheck
Last synced: 3 months ago
JSON representation
A drop-in replacement for cspell, bundling cspell and its many dependencies into a single module
- Host: GitHub
- URL: https://github.com/kayahr/cspell
- Owner: kayahr
- License: mit
- Created: 2025-09-20T09:25:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T13:19:02.000Z (3 months ago)
- Last Synced: 2025-09-27T13:25:37.764Z (3 months ago)
- Topics: cspell, javascript, no-dependencies, spellcheck
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kayahr/cspell
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# @kayahr/cspell
[GitHub] | [NPM]
A drop-in replacement for [cspell], bundling cspell and its many dependencies into a single module.
This package is primarily for my own use as a single dev dependency across my projects, to centralize the review of updates for the many dependencies that cspell brings along, and to reduce the threat of a supply-chain attack. Use at your own risk.
Usage
-----
Install as development dependency:
```
npm install -DE @kayahr/cspell
```
Usage is the same as with the original [cspell], so check upstream documentation for more info.
[GitHub]: https://github.com/kayahr/cspell
[NPM]: https://www.npmjs.com/package/@kayahr/cspell
[cspell]: https://www.npmjs.com/package/cspell