From 30c7ca97b57b9ea9449134acbcb07f07fb25738f Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Mon, 4 Nov 2024 16:31:11 +0100 Subject: [PATCH] Add related projects --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbfa2a2..daea0c7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ Ensure that your Go bin directory is in your PATH. - `main.risor`: The entry point of your application. - `lib/`: Directory for additional Risor modules. -- `lib/rsx.risor`: Built-in RSX module with utility functions. ## Adding custom Risor modules @@ -122,6 +121,11 @@ This allows for faster iteration without needing to rebuild the binary. > Custom native Go modules not built into RSX are not avaible with `rsx run`. > If you are using a custom module, you will need to build the binary with `rsx build` to test it. +## Projects using RSX + +- [Verba](https://github.com/rubiojr/verba-go): API server to store and index Spanish RTVE news transcripts. +- [Firefox history exporter](https://github.com/rubiojr/history-exporter) - Firefox history to JSON exports. + ## Contributing Contributions are welcome! Please feel free to submit a Pull Request.