-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Enable users to use CLI without installing NodeJS #168
Comments
@jotamusik @Souvikns @magicmatatjahu @boyney123 what do you think folks? |
I haven't done this before but the idea is great! 😛 |
oclif has something for releasing https://oclif.io/docs/releasing |
You already mentioned this idea in our conversation one time. I think it's great. Go ahead! :) |
We are almost there on brew, just need to increase some numbers on starts, forks and watchers here on the repo. But formula is ready -> Homebrew/homebrew-core#92115 (comment) and once it is there I will provide CI automation to regularly update it with latest. Anybody knows anyone with Windows that could handle the same for |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Reason/Context
AsyncAPI CLI is supposed to be a tool that exposes all asyncapi tools to the community and makes it easier for the community to work with AsyncAPI files. This means it must be easy to access for folks that are not NodeJS fans and we should not force users to install NodeJS.
Description
Brew for MacOS
Get us in brew and then automate release of upgrades. I already opened a PR Homebrew/homebrew-core#92115 and will drive it forward and then come up with GH workflow to automate release (upgrade PR) of new versions.
Executable for Linux, Mac and Windows
Start using https://github.com/vercel/pkg and enrich our release pipeline (super easy with semantic-releases, I can help) to produce an executable for the CLI + have quick instructions how one can download it and use it
Chocolatey for Windows
Get us in chocolatey and then automate release of upgrades. We need windows users that can lead it.
The text was updated successfully, but these errors were encountered: