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.

85 lines
2.8 KiB

# iMove
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<div align="center">
<img src="https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=3874775950,1064987171&fm=26&gp=0.jpg" width="200px">
</div>
<p align="center">
iMove is a logic-reusable, function-oriented and process-visualized JavaScript tool library.
</p>
[English](./README.en-US.md) | 简体中文
## Features
- [x] **Process visualization:** iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand.
- [x] **Logic re-usage:** iMove node supports multiplexing, and its single node supports parameter configuration.
4 years ago
- [x] **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.
```bash
$ git clone https://github.com/ykfe/imove.git
$ cd imove
$ npm install
$ npm run example
```
<!-- markdown-link-check-disable -->
Open http://localhost:8000/ and you can see the online effect.
<!-- markdown-link-check-enable -->
### Step2. Draw flowchart
Drag nodes from the left panel and drop them into the center, then we can get a flowchart.
![flowchart](https://img.alicdn.com/tfs/TB1aoYe4pP7gK0jSZFjXXc5aXXa-3090-1806.jpg)
### Step3. Configure nodes
Select the node, modify its display name and complete the code.
![flowchart-usage1](https://img.alicdn.com/tfs/TB1z6DKoZieb18jSZFvXXaI3FXa-1924-1125.png)
![flowchart-usage2](https://img.alicdn.com/tfs/TB1lC26tTM11u4jSZPxXXahcXXa-1924-1125.png)
## 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](https://github.com/imgcook/imove/issues).
## License
This project follows the [MIT](http://www.opensource.org/licenses/MIT) license.
## Contributors ✨
Thanks goes to these excellent ([contributors](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!