
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@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
The npm package @bdlite/cli receives a total of 11 weekly downloads. As such, @bdlite/cli popularity was classified as not popular.
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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.