christopherthielen / check-peer-dependencies

Checks peer dependencies of the current NodeJS package. Offers solutions for any that are unmet.
MIT License
60 stars 19 forks source link

Feature: support --cwd or --prefix in order to change the working directory #45

Open devopsmash opened 1 year ago

devopsmash commented 1 year ago

yarn and npm are support the args --cwd and --prefix respectively in order to change the working directory. The feature can be awesome