JonShort / npm-bumpall

Utility to bump all packages to latest
MIT License
0 stars 0 forks source link

[Enhancement] - arg which allows glob to dictate which packages get updated #19

Closed JonShort closed 1 year ago

JonShort commented 1 year ago

Having some way to bump only packages which fulfils a glob pattern could be useful in some cases

Examples

Update all packages which start with @jonshort

bumpall --glob "@jonshort*"

Update packages which end with "-parser"

bumpall --glob "*-parser"
JonShort commented 1 year ago

Added in #23