📜  什么是 npx - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:47.789000             🧑  作者: Mango

代码示例1
npx is a tool intended to help round out the experience of using packages
from the npm registry — the same way npm makes it super easy to install 
and manage dependencies hosted on the registry, npx makes it easy to use 
CLI tools and other executables hosted on the registry.