
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@bdlite/cli
Advanced tools
@bdlite-cli 是一个用于快速生成平台型应用的脚手架工具,模板化,提高可复用性
yarn add @bdlite/cli -D --registry=http://10.217.36.236/repository/npmgroup
// package.json
{
...
scripts: {
"start": "@bdlite-cli start",
"build": "@bdlite-cli build autoUpdate",
"analyz": "npm_config_report=true npm run build",
},
...
}
进入一个工作空间
cd .. // 进入一个工作空间
初始化项目
bdlite-cli // 初始化项目,进入命令窗口输入配置信息
Example:
yarn run start --entry=board // 启动项目某个模块
yarn run start --entry=board,login // 启动项目的board和login模块,login和board之间用逗号分隔,不能留空格
yarn run start // 启动所有模块
yarn run build // 和上面同理
yarn run analyz // 构建完成以后打开包分析页面
yarn run start --overlay // 关闭overlay,默认开启
FAQs
a scaffold ganerator by Bdlite FE team
We found that @bdlite/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.