yarg
v1.0.8
Published
A dependency locator.
Readme
Yarg
A dependency locator for node
Install
yarn global add yargor
npm install --global yargUsage
yargRunning this command will search your project's entire directory for modules which you have required in your project, but have not installed. When finished, it will generate a "yarn add" command that, when run, will install your dependencies.
