Source code spell checker
npm integration for typos-rs without any overhead so using full power of
typos-rs
CLI performance and feature
Look at official documentation
This package is specifically designed for direct Command-Line Interface (CLI) interaction or as an extension for Visual Studio Code.
The functionality for npx or bunx is not included and is not anticipated to be incorporated in the future
This project leverages the binary2npm utility to streamline the acquisition of platform-specific binaries. The binaries provided by the author are highly optimized, surpassing the performance of the traditional Node.js bin.js
approach. By invoking the binaries directly, we circumvent unnecessary overhead, resulting in significantly reduced startup times and enhanced efficiency.
npm install dalisoft/typos-rs-npm -D
# or
yarn install dalisoft/typos-rs-npm -D
# or
bun add dalisoft/typos-rs-npm -D
Name | Description | Required |
---|---|---|
GITHUB_TOKEN |
For GitHub API | Yes |
See Documentations, requires Environment variables
Apache-2.0