
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@metav_xly/cli
Advanced tools
一个用于创建 MetaV 组件项目的命令行工具。
npm install -g @metav_xly/cli --registry=https://registry.npmjs.org
# 或者使用 yarn
yarn global add @metav_xly/cli --registry=https://registry.npmjs.org
# 或者使用 pnpm
pnpm add -g @metav_xly/cli --registry=https://registry.npmjs.org
metav create [name] [targetPath] [options]
name: 组件名称(可选,如果不提供将通过交互式提示获取)targetPath: 目标路径(可选,默认为当前目录下的组件名称文件夹)--repo <repo>: 指定要克隆的模板仓库--tag <tag>: 指定要使用的模板版本(默认:如果不填默认从tpl/latest分支拉取)--desc <desc>: 指定组件描述(默认:"您的第一个 MetaV 组件")metav create
metav create my-component
metav create my-component ./projects/components
metav create my-component --desc "一个自定义的MetaV组件"
FAQs
Metav CLI for creating Metav projects
We found that @metav_xly/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.