VSCode-Pnpm: VSCode extensions to manage pnpm commands.
pnpm init
pnpm install
pnpm add
pnpm add --dev
pnpm remove <pkg>
pnpm start
pnpm test
pnpm build
pnpm publish [tag]
pnpm run <script>
pnpm install
also available in the package.json
file's explorer context menu.
Support for Macbook Pro Touch Bar. Following pnpm commands are available:
- pnpm install
- pnpm start
- pnpm test
- pnpm build
You can also run the last executed script by typing pnpm run last...
.
You can terminate a script with the terminate
command. It uses the tree-kill
module that you can find on pnpm
.
It has different behaviors on Unix or Windows.