Package Exports
- chromiumify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chromiumify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 Aboukhadijeh | GitHub/feross | Twitter/@feross |
---|---|---|
Jan Schär | GitHub/jscissr | Twitter/@jscissr |
Michał Sobkiewicz | GitHub/perceptron8 | Twitter/@perceptron8 |