nexe
nexe copied to clipboard
pass params to executable file
hi, I have many mode like this in package.json:
"scripts": {
"start": "nodemon index.js",
"start-avoid-cert": "nodemon index.js --avoid-cert",
"test": "echo \"Error: no test specified\" && exit 1"
},
After build executable file, how can I run this with mode from above? Thanks so much