meow install
Resolve declared dependencies, write the lockfile, and materializenode_modules.
i is an alias for install.
meow add
Add one or more dependencies topackage.json, then install.
Unversioned packages resolve to the
latest dist-tag.
meow remove
Remove dependencies frompackage.json, then install. Aliases: rm, del,
delete, uninstall.
meow search
Search the npm registry. Aliases:s, find.
Quality commands
check, lint, fmt, bundle.