I'm currently writing an extension generator for Chrome Browser using NodeJS ; I want it as portable as possible and try to avoid using command line.
If someone is interested, there is the command for windows :
chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem
What is the best way to achieve this ?
Thanks to you.