Skip to content

chromiumify/chromiumify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line client for the chromiumify libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published