Skip to content

Commit

Permalink
fixup! feat(arborist): refactor arborist bin to use consisten timing/…
Browse files Browse the repository at this point in the history
…logging
  • Loading branch information
lukekarrys committed Feb 22, 2022
1 parent 8f1ab9e commit 848a755
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions workspaces/arborist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,13 @@ pruning nodes from the tree.

Note: `devOptional` is only set in the shrinkwrap/package-lock file if
_neither_ `dev` nor `optional` are set, as it would be redundant.

## BIN

Arborist ships with a cli that can be used to run arborist specific commands outside of the context of the npm CLI. This script is currently not part of the public API and is subject to breaking changes outside of major version bumps.

To see the usage run:

```
npx @npmcli/arborist --help
```

0 comments on commit 848a755

Please sign in to comment.