browser_process

1.0.4 • Public • Published

node-browser_process

browsers

INSTALLATION

$ npm install browser_process

USAGE

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

See the manual

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

See the changelog.

LICENSE

The project is licensed under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i browser_process

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • caspervonb