Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

17
wiki/concepts/npx.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "npx"
type: concept
tags: []
date: 2026-04-17
---
## Definition
Node Package ExecutorNode.js 官方包执行工具,无需全局安装即可运行 npm 包。
## Use Cases
- 直接执行远程 npm 包
- 全局安装前的试用
## Related Concepts
- [[npm]]Node.js 包管理器
- [[Node.js]]JavaScript 运行时