1 Star 0 Fork 1

dgiot开源社区 / imove

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en-US.md 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
smallstonesk 提交于 2021-03-12 15:52 . chore: update readme

iMove

All Contributors

iMove is a logic-reusable, function-oriented and process-visualized JavaScript tool library.

English | 简体中文

Features

  • Process visualization: iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand.
  • Logic re-usage: iMove node supports multiplexing, and its single node supports parameter configuration.
  • Flexible: We need to write an only function. The node can also be extended. iMove can also support plug-in integration.
  • Multi-language compilation: There is no language compiling code limitation (example: support JavaScript, Java compiling code).

Quickstart

Step1. Run

Download this project, install dependencies and start the project.

$ git clone https://github.com/ykfe/imove.git
$ cd imove/example
$ npm install
$ npm start

Open http://localhost:8000/ and you can see the online effect.

Step2. Draw flowchart

Drag nodes from the left panel and drop them into the center, then we can get a flowchart.

flowchart

Step3. Configure nodes

Select the node, modify its display name and complete the code.

flowchart-usage1

flowchart-usage2

Contributing

  1. Fork this repository
  2. Create a new branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push (git push origin my-new-feature)
  5. File a PR

Welcome to fork and feedback

If you have any suggestion, welcome to GitHub to raise issues.

License

This project follows the MIT license.

Contributors ✨

Thanks goes to these excellent (contributors):

This project follows the all-contributors specification. Contributions of any kind are welcome!

1
https://gitee.com/dgiiot/imove.git
git@gitee.com:dgiiot/imove.git
dgiiot
imove
imove
master

搜索帮助