We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://nwjs.readthedocs.io/en/latest/References/Command%20Line%20Options/
Could probably create some .bat or .sh files that spawn NW.js with different arguments and validates it works?
.bat
.sh
Even better would be if it could be done via Node in a cross-platform manner. There is a node_modules/.bin/nw that might work.
node_modules/.bin/nw
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://nwjs.readthedocs.io/en/latest/References/Command%20Line%20Options/
Could probably create some
.bat
or.sh
files that spawn NW.js with different arguments and validates it works?Even better would be if it could be done via Node in a cross-platform manner. There is a
node_modules/.bin/nw
that might work.The text was updated successfully, but these errors were encountered: