-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat: new tool installer #998
Conversation
Do you think you can make this so that it's a single command but with sub-commands? e.g. install, prepare, etc.? |
I already did that with possible short link. So if you symlink the cli to |
It looks like this is still CommonJS. What's preventing ESM? |
Is this ready for review? |
no, cache is still missing. will try to do tomorrow |
currently only docker is converted as new tool. others will follow |
First draft. This simply forwards to the bash installer for now.