@enritsche/lerna-script-tasks-depcheck
v1.4.4
Published
tasks for running depcheck for all modules
Readme
lerna-script-tasks-depcheck
lerna-script task that:
- runs depcheck for all modules.
install
npm install --save-dev lerna-script-tasks-depcheckAPI
({[packages], [depcheck]})(log): Promise
Run depcheck for all modules incrementally.
Parameters:
- packages - list of packages to to run depcheck for or defaults to ones defined in
lerna.json; - depcheck - options for depcheck task.
- log -
npmloginstance.
