ranyitz/qnm

Return the paths of a specific package (--path/-p)

Opened this issue · 0 comments

It would be nice to show that paths of the packages found, for example, when you run qnm @types/express --path it would be nice to return the absolute paths of the found packages:

.../my-project/node_modules/@types/express

It would be valuable in monorepos, when the paths can be a bit more complex to reason about.