mirror of https://github.com/kurisufriend/komandr
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.
16 lines
329 B
16 lines
329 B
an automation platform
|
|
|
|
>libs:
|
|
ex: fortune
|
|
ex: notifications
|
|
>>plugins
|
|
ex: notify when /dpt/ is up
|
|
|
|
so:
|
|
core; libs; plugins
|
|
|
|
SO WHAT DOES THE CORE NEED TO DO????2:
|
|
>load libs into dict (?), make it available to plugins
|
|
>load plugins & start their processes
|
|
>make some variable space available to plugins
|
|
|
|
|