Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anish000kumar/easy-npm-support
Support package for easy-npm vscode extension
https://github.com/anish000kumar/easy-npm-support
Last synced: 23 days ago
JSON representation
Support package for easy-npm vscode extension
- Host: GitHub
- URL: https://github.com/anish000kumar/easy-npm-support
- Owner: anish000kumar
- Created: 2023-04-03T11:42:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T22:37:00.000Z (over 1 year ago)
- Last Synced: 2024-05-22T13:26:37.594Z (7 months ago)
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy-npm-support
Support package for easy-npm vscode extension.# easy-npm
VSCode extension to add, search, remove, update packages without touching terminal, package.json or browser.
Read 'What can it do' section below for more details.![easy npm screen](https://i.imgur.com/oQInVkP.png)
# Usage
- Install the plugin from VSCode extension marketplace, search for "easy-npm".
- After installation you should see 📦 (packages) icon in activity bar.
- Clicking on it should reveal the extension (refer screenshot below):# Demo (video)
NOTE: Demo is of slightly older version and may not showcase all the features. Still walks through the major features though.[![Demo](https://img.youtube.com/vi/ZgdUjLstlKI/0.jpg)](https://www.youtube.com/watch?v=ZgdUjLstlKI)
# What can it do?
- Search for npm packages, within VSCode.
- View the readme and other details of any npm package, within VSCode.
- View installed and latest available version of installed dependencies, with colored labels indicating how outdated your dependencies are.
- Install, upgrade or uninstall any npm package.
- View all dependecies and their dependecy trees.
- Add or execute scripts from package.json, without touching terminal or package.json.