# sdata-cli **Repository Path**: lv-xianmin/sdata-cli ## Basic Information - **Project Name**: sdata-cli - **Description**: 数睿科技大数据平台二次开发插件脚手架 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-09-10 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sdata-cli: 数睿科技大数据平台二次开发插件脚手架 sdata-cli用于快速搭建一个数睿科技大数据平台二次开发插件 ## Usage 全局安装sdata-cli ```shell npm install sdata-cli -g ``` 创建项目 ```shell scli init 或者 scli i ``` 查看脚手架版本 ```shell scli -V 或者 scli -v ``` ## 环境依赖 ### node 建议V16.3.0以上 ## License ## 版本更新情况 ### 1.2.1 内外部创建命令拆分,新加install命令用于内部使用,缩写为in,优化了gt命令,现在会清除上一次可能的temp文件夹 MIT