JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 80
  • Score
    100M100P100Q68213F
  • License MIT

A command line client for the chromiumify libraries

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 AboukhadijehGitHub/ferossTwitter/@feross
Jan SchärGitHub/jscissrTwitter/@jscissr
Michał SobkiewiczGitHub/perceptron8Twitter/@perceptron8