Vscode Auto Npx Save

Auto resolving local Node.js binaries in VS Code terminal.

Project README

Auto NPX

Auto resolving local Node.js binaries in VS Code terminal.

Visual Studio Marketplace Version

Usage

When you have packages installed locally, just call it without npx! (and you don't need to install them globally anymore)

- $ npx vite
+ $ vite

- $ npx jest
+ $ jest

- $ npx -p typescript tsc
+ $ tsc

- $ npx -p webpack-cli webpack
+ $ webpack

How

When you open up a terminal in VS Code, this extension injects PATH env variable with the local Node.js binaries.

export PATH=$PWD/node_modules/.bin:$PATH

And that's it!

The PATH modification will only affect the current session so no worries about your other environments.

Open Source Agenda is not affiliated with "Vscode Auto Npx" Project. README Source: antfu/vscode-auto-npx
Stars
100
Open Issues
2
Last Commit
2 years ago
Tags

Open Source Agenda Badge

Open Source Agenda Rating