Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.33 KB

chromiumify

A command line client for the chromiumify libraries.

install

$ npm install chromiumify -g

usage

In your project initialise the node core modules

$ chromiumify init

This will install the chrome app modules that support running node.

  • chrome-net
  • http-node
  • chrome-fs
  • chrome-dgram
  • chrome-debug
  • chrome-depd
  • chrome-path
  • chrome-https
  • chrome-util-deprecate

Run a build with the usual browserify parameters

$ chromiumify test/src/background.js -o test/chrome-app/background.js

Run your application

$ chromiumify run test/chrome-app

Prepare to publish your app in NPM

$ chromiumify npmpkg . test/chrome-app

Thanks to the following people who made this tool possible

Feross AboukhadijehGitHub/ferossTwitter/@feross
Jan SchärGitHub/jscissrTwitter/@jscissr
Michał SobkiewiczGitHub/perceptron8Twitter/@perceptron8