php-spark/plugins
Chris f4257b39e4 Pipe improvements, misc cleanup
* Pipe improvements; better filter code, pipeline etc.
* Moved commands in PDO plugin to dedicated namespace
2021-12-23 15:31:26 +01:00
..
com.noccy.apiclient Plugin fixes 2021-12-22 03:03:16 +01:00
com.noccy.docker Multiple fixes 2021-12-11 01:44:01 +01:00
com.noccy.git Misc fixes and improvements 2021-12-14 23:01:25 +01:00
com.noccy.pdo Pipe improvements, misc cleanup 2021-12-23 15:31:26 +01:00
com.noccy.pdo.shell Pipe improvements, misc cleanup 2021-12-23 15:31:26 +01:00
com.noccy.watcher Watcher plugin fixes 2021-12-15 03:47:39 +01:00
README.md Added PDO shell plugin 2021-12-16 02:39:52 +01:00

README.md

Plugins

Install by copying or symlinking into your .spark/plugins directory, or whatever directory you have defined to preload from.

Plugins

  • com.noccy.apiclient: Define and call web APIs. Initial support for HTTP, planned support for WebSockets, XML-RPC and JSONRPC.
  • com.noccy.pdo: Interact with PDO from the command line. Registers a custom resource type, so database connections can be defined in advance to be available to scripts and more.
  • com.noccy.pdo.shell: An interactive shell for querying PDO resouces. No more forgetting passwords or complex commands to dive into a SQL shell!
  • com.noccy.watcher: A plugin too watch files and invoke scripts or commands when a modification is detected. This can be used to compile scss/less or to generate other resources as files are changed.