Skip to content

Instantly share code, notes, and snippets.

@vitormv
vitormv / nelly-start.ts
Created September 12, 2025 16:59
Nelly Start
#!/usr/bin/env ts-node-script
import { execSync } from "node:child_process";
import { chdir } from "node:process";
import * as path from "node:path";
import assert from "node:assert";
const red = (text: string) => `\x1b[31m${text}\x1b[0m`;
// Define your paths 🛤️