Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit a78170e

Browse files
authored
Update README.md
1 parent 7e059e9 commit a78170e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Depramanager Documentation
22

3-
<img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/icon.png?v=1739468743961">
3+
Showcase:
4+
<a href="https://youtu.be/gHTd4CFbHas"><img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/icon.png?v=1739468743961"></a>
45

56
## Overview
67

78
The Depramanger is a Visual Studio Code (VSCode) extension designed to help developers manage dependencies for various programming languages. It provides functionalities to analyze, sync, update, and install dependencies, ensuring that your project's dependencies are up-to-date and correctly declared.
89

910
## Features
1011

11-
- **Dependency Analysis**: Scans your workspace to identify declared, installed, missing, and extra dependencies.
12+
- **Dependency Analysis**: Scans your workspace to identify declared, installed, missing, and extra dependencies, also depedency trees.
1213
- **Sync Declarations**: Automatically adds missing dependencies to your project's dependency files.
1314
- **Check for Updates**: Notifies you of outdated dependencies and allows you to update them.
14-
- **Install Specific Dependency**: Allows you to install a specific dependency for your project.
15+
- **Install Specific Dependency, uninstall also**: Allows you to install, uninstall dependencies for your project, making it easier to install and uninstall.
1516
- **Extension Recommendations**: Suggests and installs recommended VSCode extensions for your project's programming language.
1617
- **Highlights outdated dependencies** Highlights outdated dependencies in the editor in the configuration file of the given language.
1718
- **Scans for vulnerabilities** Scans for vulnerabilities in the dependencies of your project.
@@ -38,6 +39,7 @@ The Depramanger is a Visual Studio Code (VSCode) extension designed to help deve
3839
The extension provides several commands that can be accessed through the Command Palette (`Ctrl+Shift+P`) or (`Cmd+Shift+P`).
3940

4041
#### 1. Scan Dependencies
42+
<img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/dep_trees.png?v=1739802587808">
4143

4244
- **Command**: `Depramanager: scanDependencies`
4345
- **Description**: Scans the workspace for dependencies and generates a report.
@@ -61,11 +63,11 @@ The extension provides several commands that can be accessed through the Command
6163
- **Description**: Checks for outdated dependencies and prompts you to update them.
6264
- **Usage**:
6365
1. Open the Command Palette (`Ctrl+Shift+P`).
64-
2. Type `Check for Updates` and select it.
66+
2. Type `Check for Updates and Update dependencies` and select it.
6567
3. The extension will check for updates and prompt you to select dependencies to update.
6668

6769
#### 4. Install Specific Dependency
68-
70+
<img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/install.png?v=1739802582647">
6971
- **Command**: `Depramanger: installDependency`
7072
- **Description**: Allows you to install a specific dependency for your project.
7173
- **Usage**:
@@ -84,6 +86,7 @@ The extension provides several commands that can be accessed through the Command
8486
3. The extension will scan the dependencies for vulnerabilities and display a report in a new webview panel.
8587

8688
#### 6. Scan depedencies without the depedency trees
89+
<img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/deps_installed.png?v=1739802586578">
8790

8891
- **Command**: `Depramanager: dependencyChecker.scanDependenciesWithoutDepedencyTrees`
8992
- **Description**: Scans the workspace for dependencies and generates a report without the dependency trees.
@@ -93,6 +96,7 @@ The extension provides several commands that can be accessed through the Command
9396
3. The extension will scan your workspace and display a report in a new webview panel.
9497

9598
#### 7. Uninstall depedencies
99+
<img src="https://cdn.glitch.global/a876511c-32af-4497-ae48-bc7d305558bb/uninstall.png?v=1739802588836">
96100

97101
- **Command**: `Depramanager: dependencyChecker.uninstallDependency`
98102
- **Description**: Uninstalls a specific dependency for your project.
@@ -121,4 +125,4 @@ Contributions are welcome! If you find any issues or have suggestions for improv
121125

122126
## License
123127

124-
This extension is licensed under the APACHE License. See the LICENSE file for more information.
128+
This extension is licensed under the Apache 2 License. See the LICENSE file for more information.

0 commit comments

Comments
 (0)