# create-ccms-custom

## 简介
> create-ccms-custom是ccms自定义组件脚手架工具
> 
> 用于快速创建ccms的自定义组件脚手架

# 快速使用

## 创建模板
### 使用输入选项生成自定义表单项模板
```
npx create-ccms-custom init
```

## 安装依赖使用
安装脚手架
```
npm install create-ccms-custom
```
### 使用输入选项生成自定义表单项模板
```
create-ccms-custom init
```

## 初始化发布

### 组件需要发布提前初始化
```
create-ccms-custom init publish
```

### 初始化后直接发布
```
create-ccms-custom publish
```

### 查看已发布的组件
```
create-ccms-custom list
```

### 创建类型目录
```
create-ccms-custom create
```

### 登录失效后更新token
```
create-ccms-custom token
```

## CCMS开源仓库地址
https://github.com/jd-orion/ccms