Skip to content

Feflow plugin to implement a calculator, implements basic add, minus, multiply and divide operator.

License

Notifications You must be signed in to change notification settings

feflow/feflow-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

Feflow plugin to implement a calculator, implements basic add, minus, multiply and divide operator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published