feat: add option to gently create bin links/shims ยท npm/gentle-fs@a929196
This adds the top level `binLink(from, to, opts, cb)` method. If `opts.gently` is a string, and `opts.clobberLinkGently` is set to true, and `opts.force` is not set to true, then it will only crea...