Skip to content

Commit 00cd479

Browse files
committed
readme: add plugin asciicast from example
Signed-off-by: Christian Stewart <[email protected]>
1 parent 5ae528f commit 00cd479

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ provides support for the Config type, (see the boilerplate example).
182182

183183
## Plugins
184184

185+
[![asciicast](https://asciinema.org/a/I4LOCViLwzRlztYc1rytgAxWp.svg)](./example/plugin-demo)
186+
185187
The [plugin](./plugin) system and compiler scans a set of Go packages for
186188
ControllerBus factories and bundles them together into a hashed Plugin bundle.
187189
The compiler CLI can watch code files for changes and re-build automatically.

plugin/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Plugins
22

3+
[![asciicast](https://asciinema.org/a/I4LOCViLwzRlztYc1rytgAxWp.svg)](../example/plugin-demo)
4+
5+
Check out the [plugin demos](../example/plugin-demo).
6+
37
Analyze Go code to bundle controller factories into Plugin modules.
48

59
Features:

0 commit comments

Comments
 (0)