-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Add a tutorial for creating CLI apps #1947
Comments
Thanks for the suggestion. I'm not sure if it would fit into the overall BeeWare tutorial, or it's something that we should add as a Briefcase specific tutorial - but I agree that some sort of a CLI tutorial would make sense. FWIW, the overall process essentially the same.
That will generate a PKG installer on macOS, and MSI on Windows, and a system package on Linux; when installed, the configured app name will be a binary on your path. |
Thanks for the information and the speed, Now imma go to sleep (3:23 am) and tomorrow Ill get to it |
I would like to work on this issue. |
@john0isaac We don't have a formal process for assigning tickets - if you want to work on this, go right ahead; we'll review a PR when you submit it. If you need any additional suggestions or guidance, let us know and we'll be happy to help where we can. |
So, I was super confused as of what to add and what to not add to the tutorial since the beeware tutorial covers pretty much everything. I did scaffold an initial tutorial page and want to know if you have any feedback and more guidance on what to include and what to not include. Let me know what you think whenever you have time, regards! |
@john0isaac Thanks - I'll add some comments on the PR. |
What is the problem or limitation you are having?
Right now on https://docs.beeware.org/en/latest/tutorial the tutorial is only for GUI applications, theres no CLI app tutorial, and I was unable to find anything relevant when searching.
Describe the solution you'd like
IDK how much can it take, but it will be nice to have a CLI tutorial because CLI applications are quite common between devs, rn im creating an automation app and Im having trouble seeing how to deploy across platforms, I saw your project and saw it had support for every platform and support for every Desktop platform on CLI apps, but not being able to see how to do it makes this a bumpy ride.
Describe alternatives you've considered
Trying to understand how GUI apps are made and then recreating it with CLI apps, but there are some huge differences on how you create GUI apps and structure the projects against CLI apps, so its not easy.
Additional context
No response
The text was updated successfully, but these errors were encountered: