Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/legoflow/engine

the engine of workflow.
https://github.com/legoflow/engine

Last synced: 3 days ago
JSON representation

the engine of workflow.

Awesome Lists containing this project

README

        

Engine



Licence


PRs Welcome


工作流核心引擎模块

## 作用

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

## 更新日志

**[CHANGELOG](./CHANGELOG.md)**

## 安装

```sh
npm i legoflow-engine --save
```

## 使用

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

dev(Config)
```

调用需要的 [参数配置](https://legoflow.com/wiki/config.html)

## 许可

[MIT](./LICENSE)