next-pkg icon indicating copy to clipboard operation
next-pkg copied to clipboard

Accept pkg cli arguments

Open fmiras opened this issue 6 years ago • 0 comments

Next-Pkg cli package should accepto pkg cli arguments such as --target or --output using the exec exported function:

await exec([ 'app.js', '--target', 'host', '--output', 'app.exe' ])
// do something with app.exe, run, test, upload, deploy, etc

fmiras avatar Feb 13 '18 03:02 fmiras