You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.6 KiB
2.6 KiB
iMove
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).
快速开始
步骤 1. 准备
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.
步骤 2. 绘制流程图
Drag nodes from the left panel and drop them into the center, then we can get a flowchart.
步骤 3. 配置节点
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
欢迎fork和反馈
If you have any suggestion, welcome to github to raise issues.
协议
本仓库遵循 MIT 协议
贡献者 ✨
Thanks goes to these excellent (contributors):
本仓库遵循 all-contributors 规范,欢迎贡献!