https://github.com/feflow/feflow-plugin-example
Feflow plugin to implement a calculator, implements basic add, minus, multiply and divide operator.
https://github.com/feflow/feflow-plugin-example
Last synced: 8 months ago
JSON representation
Feflow plugin to implement a calculator, implements basic add, minus, multiply and divide operator.
- Host: GitHub
- URL: https://github.com/feflow/feflow-plugin-example
- Owner: feflow
- License: mit
- Created: 2019-01-07T07:41:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T07:50:52.000Z (over 4 years ago)
- Last Synced: 2025-01-06T04:28:24.552Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# feflow-plugin-example
This is an official demo for feflow plugin. It's a simple calculator.
For example, if you install the plugin, you can input command in terminal like this:
```sh
fef add 1 2 3
# output: 6
fef minus 1 2 3
# output: -4
fef multiply 2 2 4
# output: 16
fef divide 2 2 4
# output: 0.25
```
## License
[MIT](https://tldrlegal.com/license/mit-license)