To install dependencies:
bun installTo build as a standalone executable:
bun build index.ts --compile --outfile guesslang-bunTo run the executable:
./guesslang-bun path-to-fileThis project was created using bun init in bun v1.1.29. Bun is a fast all-in-one JavaScript runtime.