Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/vscode-open-in-npm

Open the current selection, project, or arbitrary string, in npmjs.com.
https://github.com/fabiospampinato/vscode-open-in-npm

extension npm open package vscode

Last synced: about 2 months ago
JSON representation

Open the current selection, project, or arbitrary string, in npmjs.com.

Awesome Lists containing this project

README

        

# Open in NPM


Logo

Open the current selection, project, or arbitrary string, in npmjs.com.

## Install

Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-npm), or run the following in the command palette:

```shell
ext install fabiospampinato.vscode-open-in-npm
```

## Usage

It adds 1 command to the command palette:

```js
'Open in NPM' // Open the current selection, project, or arbitrary string, in npmjs.com.
```

## License

MIT © Fabio Spampinato