1.0.4 • Published 10 years ago
browser_process v1.0.4
node-browser_process

INSTALLATION
$ npm install browser_processUSAGE
var browser = require('browser_process');
var args = browser.options('chrome', {
url: 'about:blank',
});
browser.spawn('chrome', args, function(error, exe) {
console.log('chrome open');
});DOCUMENTATION
SUPPORT
- If you need help, ask in the chat.
- If you found a bug, submit an issue.
- If you have an idea, submit an issue.
- If you’d like to ask a general question, issue.
- If you want to contribute, submit a pull request.
RELEASES
LICENSE
The project is licensed under the MIT License.