Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

the engine of workflow.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.