Run arbitrary Gleam code! (In a spawned isolated Deno process)
1

Configure Feed

Select the types of activity you want to include in your feed.

Gleam 100.0%
1 1 0

Clone this repository

https://tangled.org/strawmelonjuice.com/dino_pen https://tangled.org/did:plc:ngik3o7acdgmxn6qhjfsvoko
git@knot.ollie.earth:strawmelonjuice.com/dino_pen git@knot.ollie.earth:did:plc:ngik3o7acdgmxn6qhjfsvoko

For self-hosted knots, clone URLs may differ based on your setup.



README.md

dino_pen#

Run arbitrary Gleam code! (In a spawned isolated Deno process)

Package Version Hex Docs

gleam add dino_pen@1
import dino_pen

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/dino_pen.

Development#

dino_pen/dev can be used to bundle your message encoder/decoder package into your application, so you won't have to manually read it from the file system at runtime, you may also read it manually and

gleam run   # Run the project
gleam test  # Run the tests