This project uses Bun. Make sure you have it installed.
$ bun install
$ bun run prepare
$ bun link
In development, you can run the project with:
$ bun <path_to_project>/src/cli.ts
or from global installation, if you have linked the project:
$ bun --bun run cali
Additional flag --bun
is required due to shebang line in the CLI pointing to Node.
Note
In case of running from global installation, you should start bun in watch mode, so that dist files are automatically up to date with your latest changes.