Sign In

@ks-dbdev/cli

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ks-dbdev/cli

dbdev cli

latest
npmnpm
Version
0.0.23
Version published
Weekly downloads
13
1200%
Maintainers
3
Weekly downloads
 
Created
Source

@ks-dbdev/cli

dbdev 命令行工具,用于快速创建和管理多维表格插件项目。

安装

npm install -g @ks-dbdev/cli --registry=https://registry.npmmirror.com

或者使用 npx 无需安装:

npx  --registry=https://registry.npmmirror.com @ks-dbdev/cli create template

使用

创建模板项目(交互式)

dbdev create template

node版本推荐20

支持的模板类型

  • react-db-record - 记录卡片插件
  • react-db-dashboard - 仪表盘插件
  • db-automatic-plugin - 自动化插件
  • data-connector-plugin - 数据连接器插件
  • field-plugin - 字段插件
    • field-plugin-api - API类
    • field-plugin-formula - 公式类

FAQs

Package last updated on 04 Jan 2026

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