https://github.com/e2b-dev/rivet-plugin-e2b
Rivet plugin to access E2B goodies
https://github.com/e2b-dev/rivet-plugin-e2b
Last synced: 4 months ago
JSON representation
Rivet plugin to access E2B goodies
- Host: GitHub
- URL: https://github.com/e2b-dev/rivet-plugin-e2b
- Owner: e2b-dev
- Created: 2023-10-03T13:45:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T19:36:21.000Z (over 2 years ago)
- Last Synced: 2024-11-11T07:10:08.101Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 407 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rivet Plugin - E2B
[Rivet](https://github.com/Ironclad/rivet) plugin that allows you to execute arbitrary code in sandboxed [E2B](https://e2b.dev/docs) environments.

## Using the plugin
https://rivet.ironcladapp.com/docs/user-guide/plugins/built-in/all
## Local Development
1. Run `yarn dev` to start the compiler and bundler in watch mode. This will automatically recombine and rebundle your changes into the `dist` folder.
2. The Rivet application installs plugins from NPM into `%APPLOCALDATA/com.ironcladapp.rivet/plugin/[plugin-id]/package` - This is different for each OS. To copy your plugin install directory, open the Add Plugin dialog, and click the Copy button next to the directory shown.
To develop locally, you have two options:
- After each change to your compiled bundled, copy your bundled files into the above directory, and restart Rivet
- Turn the above plugin directory into your main plugin development directory, and do all your development from that directory. Restart Rivet after each change.