Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.77 KB

README.en-US.md

File metadata and controls

82 lines (52 loc) · 2.77 KB

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/imgcook/imove.git
$ npm run example

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!