Skip to content

Commit

Permalink
Describe usage of CLI through npx (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops authored Jul 9, 2024
1 parent f017761 commit 6487591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ You can also run `why-is-node-running` as a standalone if you don't want to incl
why-is-node-running /path/to/some/file.js
```

Alternatively if you do not want to install the package globally, you can run it with `npx`:

```bash
npx why-is-node-running /path/to/some/file.js
```

```
probing module /path/to/some/file.js
kill -SIGUSR1 31115 for logging
Expand Down

0 comments on commit 6487591

Please sign in to comment.