Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Oct 6, 2023
1 parent 90945ad commit 6de4fcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ npm install --global npm-fork
Use `npm-fork patch` to apply patches to the current project:

```sh
# single package
npm-fork patch --scope "@fork"

# multiple packages
npm-fork patch --scope "@fork" --package "name" --package "@origin/*"
```

Or directly `npm-fork publish`:

```sh
npm-fork publish --scope "@fork" --package "name" --package "@origin/*"
npm-fork publish --scope "@fork"
```

## License
Expand Down

0 comments on commit 6de4fcb

Please sign in to comment.