ranyitz / qnm

:mag: cli utility for querying the node_modules directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mark symlinks with a special sign

ranyitz opened this issue Β· comments

When a dependency in node_modules is actually a directory which is a symlink to another directory (happens when you yarn link or npm link) it something that we usually want to know when running qnm.

I think we can add a πŸ”— symbol to the output or maybe show the original location via

my-module -> ../../original/location/of/my-module
└── 1.2.3