iMove is a logic-reusable, function-oriented and process-visualized JavaScript tool library.
English | 简体中文
- 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 alse support plug-in integration.
- Multi-language compilation: There is no language compiling code limitation (example: support JavaScript, Java compiling code).
Download this project, install dependencies and start the project.
$ git clone https://github.com/imgcook/imove.git
$ npm run example
Open http://localhost:8000/ and you can see the online effect.
Drag nodes from the left panel and drop them into the center, then we can get a flowchart.
Select the node, modify its display name and complete the code.
- Fork 仓库
- 创建分支 (
git checkout -b my-new-feature
) - 提交修改 (
git commit -am 'Add some feature'
) - 推送 (
git push origin my-new-feature
) - 创建 PR
If you have any suggestion, welcome to github to raise issues.
本仓库遵循 MIT 协议
Thanks goes to these excellent (contributors):
本仓库遵循 all-contributors 规范,欢迎贡献!