-
Notifications
You must be signed in to change notification settings - Fork 75
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
Structure question - Commandline #125
Comments
The commandLinePG works on Mac & Linux, Windows too as far as I know and is used by the frontend PG. If you enable "advanced options" the success dialog shows the command that was used to trigger the commandLinePG: Anyways, you should be able to write shell scripts for automation on Windows, Mac & Linux. Arturo has been using it for automation using some build-in recursive functions. |
thanks for the info @Daandelange. couple of other points:
|
Thanks for the clarification. Is it just me, or wouldn't it be great if the commandline app, was more presently a thing you could use in the project generator folder? It seems right now like a secret internal only tool, but i would say its actually useful for much more then advanced internals, just as a shortcut instead of the gui project generator. I know the electron app needs it embedded, but in the release it could be copied out. |
I am supportive of this -- I think this issue is similar to what you are suggesting? the only thing is the specifics of linux which kind of necessitate it being installed in a different way. |
In linux is already installed and instructions given to the user when it's installed so we shouldn't need to do anything else there |
I'm not able to really understand the structure, is it the thought that the commandline app is accessible on all platforms (osx/linux/win) in releases? I'm looking at how i could use the commandline for some automation, and wonder if I can use it on all the platforms, and what path is should use.
Would be great if I always could say something like
of_path/projectGenerator/projectGeneratorCLI(.exe)
on all platforms.The text was updated successfully, but these errors were encountered: