Skip to content

Commit

Permalink
chore: Mention npx in README (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Mar 26, 2024
1 parent e882d22 commit a937128
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cspell-cli

## Usage

To check all files under the current directory, run:

```
npx cspell-cli --gitignore .
```

## Setup [pre-commit](https://pre-commit.com) Hook

This repository enables using [cspell](https://github.com/streetsidesoftware/cspell) as a [pre-commit](https://pre-commit.com) hook.
Expand Down

0 comments on commit a937128

Please sign in to comment.