Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-open-in-npm
- Owner: fabiospampinato
- License: mit
- Created: 2018-03-13T10:12:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T20:59:07.000Z (11 months ago)
- Last Synced: 2024-05-01T12:39:25.885Z (9 months ago)
- Topics: extension, npm, open, package, vscode
- Language: TypeScript
- Size: 649 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Open in NPM
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