This repository has no description
1

Configure Feed

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

at main 292 B View raw
1#!/usr/bin/env node 2// Bin launcher: register tsx so we can run the TypeScript sources directly, 3// then hand off to the CLI. Lets the package ship source and run with no build. 4import { register } from "tsx/esm/api"; 5register(); 6await import(new URL("../src/cli.ts", import.meta.url).href);