Commit Graph

5 Commits (e22e606d2d66761dbe38462a39fd21efb81171d5)

Author SHA1 Message Date
kts of kettek (nyaa) e22e606d2d Implement plugin object support; pass dot to app
We now support plugins that are more than functions. At the moment these
plugin modules should export a plain object with the following possible
properties:

  * priority number
    * preload/load priority. Higher numbers result in earlier calling.
  * preload function
    * Any logic for preloading, just as dynamic/initial setup that may be used by other plugins.
  * load
    * Any logic for setting up the bulk of the plugin, such as express paths and similar.
2021-05-28 21:42:36 -07:00
kts of kettek (POWERQWACK) e4d898a2ff Add port to stdout log 2021-05-18 02:52:25 -07:00
kts of kettek (POWERQWACK) 366c1c0690 Add port to config 2021-05-18 02:51:47 -07:00
kts of kettek (yan) 0f38865c26 Rework to use plugins 2021-05-18 02:33:08 -07:00
kts of kettek (POWERQWACK) 48a631395d Add initial files 2021-05-17 03:15:15 -07:00