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.8 KiB
2.8 KiB
iMove
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.
Step3. Configure nodes
Select the node, modify its display name and complete the code.
Contributing
- Fork this repository
- Create a new branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push (
git push origin my-new-feature
) - 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!