Skip to content

Commit c624ffe

Browse files
Update README
1 parent f535207 commit c624ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🦊 run
22

3-
A small utility for running `package.json` scripts and npm modules. `run` is written in Go and executes scripts faster than `npm`, `yarn`, or `pnpm` since it can skip the Node.js startup time.
3+
A small utility for running `package.json` scripts and npm modules. `run` is written in Go and executes scripts faster than `npm`, `yarn`, or `pnpm` since it can skip the Node.js startup time. Additionally `run` supports dynamic shell completion that suggests available script names as completions.
44

55
### Installation
66

0 commit comments

Comments
 (0)