Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.