Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NPM Clone PackageNew to Visual Studio Code? Get it now.
NPM Clone Package

NPM Clone Package

karlito40

|
3,001 installs
| (0) | Free
Easily git clone a npm package
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Npm Clone Package

Easily git clone a npm package

This extension ease the code discovery of a npm package.

Features

  • Add a "Clone a NPM package" command entry that will clone the requested package inside a .npm_clone directory.

feature X

The .npm_clone directory will be create in the active workspace root

Under the hood

It's basically just a set of:

npm view {packageName}
mkdir {activeWorkspace}/.npm_clone
cd .npm_clone && git clone {packageView.repository}

0.0.4

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft