package-man
v5.0.0
Published
[![MIT License](https://img.shields.io/npm/v/package-man)](https://www.npmjs.com/package/package-man)
Downloads
7
Readme
package-man
A command-line utility for working with NPM packages (package.json files).
Available Commands
package-man supports several commands, each accessible through the package-man
command and through npm aliases in package.json. For help on individual commands, add --help
following the command name. The commands are:
package-man deps
Lists the package's dependency information for cutting and pasting purposes
package-man list [dependency] [--verbose] [--no-monorepo]
Lists packages in the current directory optionally highlighting a contained dependency
package-man sort [path]
Sorts the dependencies
and devDependencies
in the provided path
package-man recent [path] [--no-monorepo]
Shows packages in the specified directory in descending order of their recent commit