mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
17 lines
390 B
Markdown
17 lines
390 B
Markdown
# @ali/lowcode-material-parser
|
||
|
||
> 入料模块
|
||
|
||
本模块负责物料接入,能自动扫描、解析源码组件,并最终产出一份符合 **[《中后台搭建组件描述协议》](https://yuque.antfin-inc.com/rt656r/spec/pbeaqx)** 的 **JSON Schema**。
|
||
|
||
详见[文档](https://yuque.antfin-inc.com/ali-lowcode/docs/tyktrt)。
|
||
|
||
## demo
|
||
|
||
```shell
|
||
cd demo
|
||
node index.js
|
||
```
|
||
|
||
## API
|