Socket
Book a DemoInstallSign in
Socket

npmwd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmwd

Open the npm package URL that matches your shell's current working directory

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

npmwd

Open the npm package URL that matches your shell's current working directory.

Install it

npm install npmwd --global

Use it

Run npmwd with no arguments to infer package name from package.json in the current working directory:

cd my-package
npmwd
# https://npmjs.com/package/my-package

Or specify the name of a package to view:

cd ~/anywhere
npmwd supertest
# https://npmjs.com/package/supertest

Use it faster

Put this in your .bashrc or your .zshrc or whatever:

alias n=npmwd

Keywords

npm

FAQs

Package last updated on 18 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts