christopherthielen / check-peer-dependencies

Checks peer dependencies of the current NodeJS package. Offers solutions for any that are unmet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

devopsmash opened this issue · comments

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