Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axetroy/vscode-package-manager

vscode extension for managing your Packages that installed in your computer. Support Homebrew/npm/pip/yarn/apt and more
https://github.com/axetroy/vscode-package-manager

vscode-extension

Last synced: about 2 months ago
JSON representation

vscode extension for managing your Packages that installed in your computer. Support Homebrew/npm/pip/yarn/apt and more

Awesome Lists containing this project

README

        

![build](https://github.com/axetroy/vscode-package-manager/workflows/build/badge.svg)
[![Version](https://vsmarketplacebadge.apphb.com/version/axetroy.vscode-package-manager.svg)](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-package-manager)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads/axetroy.vscode-package-manager.svg)](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-package-manager)
[![DeepScan grade](https://deepscan.io/api/teams/5773/projects/7593/branches/79865/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=5773&pid=7593&bid=79865)
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

# vscode-package-manager

vscode extension for managing your Packages that installed in your computer.

![screenshot.png](./screenshot.png)

## Supported package

- [x] [Homebrew](https://brew.sh/)
- [x] [NPM](https://npmjs.com/)
- [x] [PNPM](https://pnpm.io/)
- [x] [classic yarn](https://classic.yarnpkg.com/)
- [x] [gem](https://rubygems.org/)
- [x] [pip](https://pip.pypa.io/)
- [x] [pip3](https://pip.pypa.io/)
- [x] [Chocolatey](https://chocolatey.org/)
- [x] [Cask](https://github.com/cask-pkg/cask.rs)
- [ ] Scoop
- [ ] apt
- [ ] apt
- [ ] yum
- [ ] nuget

Welcome to PR to support more package

## Feature

- [x] Install package
- [x] Uninstall package
- [x] Update package
- [x] Upgrade package manager

## [CHANGELOG](https://github.com/axetroy/vscode-package-manager/blob/master/CHANGELOG.md)

## License

The [Anti 996 License](https://github.com/axetroy/vscode-package-manager/blob/master/LICENSE)