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

npmnpm
Version
0.0.20
Version published
Weekly downloads
7
-12.5%
Maintainers
3
Weekly downloads
 
Created
Source

@ks-dbdev/cli

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

安装

npm install -g @ks-dbdev/cli

或者使用 npx 无需安装:

npx @ks-dbdev/cli create template

使用

创建模板项目(交互式)

dbdev create template

使用参数创建项目

dbdev create template --name my-project --type react-db-record --appId your-app-id --pluginId your-plugin-id

支持的模板类型

  • react-db-record - 记录卡片插件
  • react-db-dashboard - 仪表盘插件
  • db-automatic-plugin - 自动化插件
  • data-connector-plugin - 数据连接器插件

许可证

MIT

FAQs

Package last updated on 29 Dec 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