issues
search
JonShort
/
npm-bumpall
Utility to bump all packages to latest
MIT License
0
stars
0
forks
source link
Add --include arg which allows glob-based matching
#23
Closed
JonShort
closed
1 year ago
JonShort
commented
1 year ago
Addresses #19
Changes
Added the "official" glob crate -
https://crates.io/crates/glob
Config now includes an
include_glob
entry, which is an
Option<Pattern>
The packages with available updates are now also checked vs. provided glob (if provided)
Example
Addresses #19
Changes
include_glob
entry, which is anOption<Pattern>
Example