About npm-gui
npm-gui
About
npm-gui
is a convenient tool for managing javascript project dependencies listed in package.json
. Under the hood, it will transparently use npm
, pnpm
, or yarn
commands to install, remove or update dependencies
(to use yarn it requires the yarn.lock file to be present in the project folder.)
- global and project dependencies management
- npm, yarn, and pnpm support
- security scoring per package
- package details (homepage, repository, version history)
- upgrading package version
- downgrading package version
- search and install new dependencies
Supported engines:
npm | yarn | pnpm | pip | composer |
---|---|---|---|---|
✔️ | ✔️ | ✔️ | ❌ | ❌ |