New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bdlite/cli

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdlite/cli

a scaffold ganerator by Bdlite FE team

latest
npmnpm
Version
2.3.7
Version published
Weekly downloads
13
44.44%
Maintainers
4
Weekly downloads
 
Created
Source

@bdlite-cli

Description

@bdlite-cli 是一个用于快速生成平台型应用的脚手架工具,模板化,提高可复用性

Install

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",
  },
  ...
}

Usage

进入一个工作空间

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

Package last updated on 25 Aug 2025

Did you know?

Socket

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.

Install

Related posts