Denis 346b78aee1 first commit há 2 anos atrás
..
CHANGELOG.md 346b78aee1 first commit há 2 anos atrás
LICENSE 346b78aee1 first commit há 2 anos atrás
README.md 346b78aee1 first commit há 2 anos atrás
command.js 346b78aee1 first commit há 2 anos atrás
index.js 346b78aee1 first commit há 2 anos atrás
package.json 346b78aee1 first commit há 2 anos atrás

README.md

@lerna/clean

Remove the node_modules directory from all packages

Install lerna for access to the lerna CLI.

Usage

$ lerna clean

Remove the node_modules directory from all packages.

lerna clean accepts all filter flags, as well as --yes.

lerna clean does not remove modules from the root node_modules directory, even if you have the --hoist option enabled.