Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 985 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 985 Bytes

Engine

Licence PRs Welcome

工作流核心引擎模块

作用

导出 开发 以及 构建 工作流的调用方法提供给 APP 以及 CLI 等上层工具

更新日志

CHANGELOG

安装

npm i legoflow-engine --save

使用

// messager 工作流消息输出机制
// dev 启动 开发 的异步函数
// build 启动 构建 的异步函数
const messager = require('legoflow-engine/messager')
const dev = require('legoflow-engine/dev')
const build = require('legoflow-engine/build')

dev(Config)

调用需要的 参数配置

许可

MIT