-
resolveBin(name, opts, cb)
-
Resolves the full path to the bin file of a given package by inspecting the "bin" field in its package.json.
Parameters:
Name Type Argument Description name
string module name, i.e. 'tap'
opts
Object <optional>
options
Properties
Name Type Description executable
string (default: @name) executable name (e.g. 'buster-test')
cb
function called back with the full path to the bin file of the module or an error if it couldn't be resolved
-
resolveBin::sync(name, opts) → {string}
-
Synchronous version of resolveBin
Parameters:
Name Type Argument Description name
string module name, i.e. 'tap'
opts
Object <optional>
options
Properties
Name Type Description executable
string (default: @name) executable name (e.g. 'buster-test')
Maintenance
Commit Frequency
Further analysis of the maintenance status of resolve-bin based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for resolve-bin is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.