A CLI for wrangling directories of source files. Like a static generator, but for whatever.
Find a file
2025-02-12 10:31:22 -05:00
playbill Initial commit 2025-02-12 10:31:22 -05:00
src Initial commit 2025-02-12 10:31:22 -05:00
.gitignore Initial commit 2025-02-12 10:31:22 -05:00
biome.json Initial commit 2025-02-12 10:31:22 -05:00
bun.lock Initial commit 2025-02-12 10:31:22 -05:00
package.json Initial commit 2025-02-12 10:31:22 -05:00
README.md Initial commit 2025-02-12 10:31:22 -05:00
tsconfig.json Initial commit 2025-02-12 10:31:22 -05:00

lang

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.2. Bun is a fast all-in-one JavaScript runtime.