Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x src/
-rw-r--r-- .ignore
-rw-r--r-- Cargo.lock
-rw-r--r-- Cargo.toml
-rw-r--r-- README.md
README

testing

flowchart LR
    subgraph core
        c1["graph"]
        c2["node"]
        c3["input"]
        c4["output"]
        c5["executor"]

        c1-->c2-->c3 & c4
    end

    core-->editor & runner & node_libraries["node libraries..."]