How does npm generate .bin files locally?

when I write some command-line tools, I need to upload and download the installation frequently to generate commands in .bin to test whether it works properly.
is there a more convenient way?
May.09,2022

npm link isn't that what it does?


npm link can point to local packages

Menu