https://github.com/kognise/vscode-upm
Repl.it's amazing package manager workflow in Visual Studio Code
https://github.com/kognise/vscode-upm
Last synced: 9 days ago
JSON representation
Repl.it's amazing package manager workflow in Visual Studio Code
- Host: GitHub
- URL: https://github.com/kognise/vscode-upm
- Owner: kognise
- Created: 2019-11-01T03:50:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:29:53.000Z (over 2 years ago)
- Last Synced: 2025-02-10T21:19:17.710Z (2 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - kognise/vscode-upm - Repl.it's amazing package manager workflow in Visual Studio Code (JavaScript)
README
> 🚧 **This project is maintenance mode!** 🚧
>
> I will be fixing and responding to pull requests and issues, but it is not in active development.# VSCode UPM
A cross-language package manager workflow for VSCode based on [Repl.it's awesome UPM](https://repl.it/site/blog/upm).
## Demo
Here's a (relatively) old demo of VSCode UPM in action!

## Requirements
Refer to the [installation options](https://github.com/replit/upm#installation) to install UPM, which is required for this extension to run.
You'll need the native package managers of all the languages you want to use installed as well. E.g. `npm` for Node and `pip` for Python.
## Troubleshooting
If you encounter any bugs please submit them as an issue in our GitHub repository!
VSCode UPM is in preview and not meant to be used for big projects. I cannot assure you that it won't screw everything up, but I welcome feedback.
## Release Notes
### 0.0.1
Added basic functionality.