You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when the packager is run, it generates folders based on the “name” value. This is a request for arguments to set these values so that they don’t have to be edited by hand (or sed in a Github Action).
So something like: npx cap add electron --name "myApp" --description "A bit of description"
Thanks for your consideration.
Platform Support Requested
Android
iOS
Electron
Web
Describe Preferred Solution
Describe Alternatives
Related Code
Note the --web_dir argument for npx cap init is similar in spirit.
Additional Context
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Feature Request
Describe the Feature Request
When the command is run, it creates a package.json with hard-coded values for name and description:
And when the packager is run, it generates folders based on the “name” value. This is a request for arguments to set these values so that they don’t have to be edited by hand (or sed in a Github Action).
So something like:
npx cap add electron --name "myApp" --description "A bit of description"
Thanks for your consideration.
Platform Support Requested
Describe Preferred Solution
Describe Alternatives
Related Code
Note the
--web_dir
argument fornpx cap init
is similar in spirit.Additional Context
The text was updated successfully, but these errors were encountered: