Auto-sync: 2026-04-17 08:37
This commit is contained in:
17
wiki/concepts/npx.md
Normal file
17
wiki/concepts/npx.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "npx"
|
||||
type: concept
|
||||
tags: []
|
||||
date: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
Node Package Executor,Node.js 官方包执行工具,无需全局安装即可运行 npm 包。
|
||||
|
||||
## Use Cases
|
||||
- 直接执行远程 npm 包
|
||||
- 全局安装前的试用
|
||||
|
||||
## Related Concepts
|
||||
- [[npm]]:Node.js 包管理器
|
||||
- [[Node.js]]:JavaScript 运行时
|
||||
Reference in New Issue
Block a user