Skip to content

Commit

Permalink
Add related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Nov 4, 2024
1 parent f548c08 commit 30c7ca9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 30c7ca9

Please sign in to comment.