From 0ac54eecfdaeb5c498bc24b277399294367c0399 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 8 May 2019 16:16:05 +0200 Subject: [PATCH] autoreload: Add the autoreload plugin to the README Signed-off-by: Christian Decker --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 59aed02..e447840 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,19 @@ where the `plugin_file_name.py` should be an executable (`chmod a+x plugin_file_ ## Available plugins -| Name | Short description | -|-----------------------------------|----------------------------------------------------------------| -| [autopilot][autopilot] | An autopilot that suggests channels that should be established | -| [donations][donations] | A simple donations page to accept donations from the web | -| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] | -| [persistent-channels][pers-chans] | Maintains a number of channels to peers | -| [probe][probe] | Regularly probes the network for stability | -| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | -| [rebalance][rebalance] | Keeps your channels balanced | -| [sendinvoiceless][sendinvoiceless]| Sends some money without an invoice from the receiving node. | -| [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | -| [summary][summary] | Print a nice summary of the node status | +| Name | Short description | +|------------------------------------|----------------------------------------------------------------------------| +| [autopilot][autopilot] | An autopilot that suggests channels that should be established | +| [autoreload][autoreload] | A developer plugin that reloads a plugin under development when it changes | +| [donations][donations] | A simple donations page to accept donations from the web | +| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] | +| [persistent-channels][pers-chans] | Maintains a number of channels to peers | +| [probe][probe] | Regularly probes the network for stability | +| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | +| [rebalance][rebalance] | Keeps your channels balanced | +| [sendinvoiceless][sendinvoiceless] | Sends some money without an invoice from the receiving node. | +| [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | +| [summary][summary] | Print a nice summary of the node status | ## More Plugins from the Community @@ -54,3 +55,4 @@ where the `plugin_file_name.py` should be an executable (`chmod a+x plugin_file_ [sendinvoiceless]: https://github.com/lightningd/plugins/tree/master/sendinvoiceless [graphql]: https://github.com/nettijoe96/c-lightning-graphql [graphql-spec]: https://graphql.org/ +[autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload