Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# vibekanban-setup.sh
# VibeKanban agent environment setup script
set -e
# Docker compose command
DOCKER_COMPOSE='docker compose'
# Generate unique project name from current directory path
<?php
# just wondering how this would work with php-wasm
class Component
{
public function __construct(
private Vrzno $window
) {