Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with Bun bundling for distributing the CLI as a single-file executable #582

Open
vladfrangu opened this issue Jul 1, 2024 · 1 comment
Assignees
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@vladfrangu
Copy link
Member

After the meeting with @netmilk about the CLI, we should try using Bun to build a single-file executable of the CLI that can then be distributed ("eliminating" the requirement of having node installed/tagged along to run the CLI)

Initial testing shows that we might need oclif's help, as they rely heavily on finding the package.json, so that might need tweaking (or a replacement of CLI frameworks).

@vladfrangu vladfrangu self-assigned this Jul 1, 2024
@Jarred-Sumner
Copy link

Let us know if you run into any issues with Bun

@fnesveda fnesveda added the t-tooling Issues with this label are in the ownership of the tooling team. label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

3 participants