TaxiCab
Find a driver
npm install -g taxicab
Finds the driver script(s) that depend on a given module. This is helpful if you'd like to see which apps
are affected by changes to a single module.
Usage
var findDriver = require('taxicab');
findDriver({
file: 'path/to/a/js/file',
directory: 'path/to/all/js,
success: function(err, drivers) {
console.log(drivers);
}
});
- You may pass additional options supported by
get-driver-scripts
to handle pulling driver scripts from a RequireJS build config or resolving aliased
paths via a requirejs config.
Shell usage:
taxicab filename directory [buildConfig]
Prints:
path/to/a.js
path/to/b.js