/guesslang-bun

A small bun executable wrapper around guesslang and vscode-languagedetection. Used for autodetecting programming languages.

Primary LanguageTypeScriptMIT LicenseMIT

guesslang-bun

To install dependencies:

bun install

To build as a standalone executable:

bun build index.ts --compile --outfile guesslang-bun

To run the executable:

./guesslang-bun path-to-file

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