Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pilaton/vscode-npm-lens-support
Control panel for your project's dependencies. For VSCode
https://github.com/pilaton/vscode-npm-lens-support
dependency-analysis dependency-manager javascript nodejs package-json package-manager typescript vscode vscode-extension vscode-plugin
Last synced: 3 months ago
JSON representation
Control panel for your project's dependencies. For VSCode
- Host: GitHub
- URL: https://github.com/pilaton/vscode-npm-lens-support
- Owner: Pilaton
- License: mit
- Created: 2023-06-12T17:09:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T17:32:23.000Z (8 months ago)
- Last Synced: 2024-06-02T19:22:43.543Z (8 months ago)
- Topics: dependency-analysis, dependency-manager, javascript, nodejs, package-json, package-manager, typescript, vscode, vscode-extension, vscode-plugin
- Homepage: https://marketplace.visualstudio.com/items?itemName=Pilaton.vscode-npm-lens
- Size: 5.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# npmLens
Simple and clear visual panel for npm dependencies of your project: Monitor Updates, Analyze Size, and More.
## Features
- A visualized list of your dependencies and their versions.
- Checking for new available versions of your dependencies.
- Easy update of dependencies.
- Displays basic information about a package.
- Calculates the total size of your project.
- Adapts to VS Code theme.## Usage
To activate the extension, click on the new icon added to your `activitybar`.
❕`package.json` must be present in your workspace.## Example
![]()