Skip to content

ahal/b2g-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2g-commands

A set of mach commands to make working with the B2G repo easier.

Installation

Make sure you have pip installed, follow these instructions. Then run:

$ pip install b2g-commands

Upgrade

I may implement an auto-upgrade mechanism in the future. For now, run:

$ pip install --upgrade b2g-commands

Commands

You can use b2g-commands to bootstrap your environment, run builds, run config.sh, run repo sync and much more. For example, after first cloning the B2G repo, you might do:

$ ./mach bootstrap        # installs system packages needed to build
$ ./mach config emulator  # pull in sub-repos needed to build emulator
$ ./mach build --debug    # build a debug emulator
$ ./mach run-emulator

For a full list of commands, run:

$ ./mach help

For information on a specific command, run:

$ ./mach help <command>

About

A set of mach commands to make working with the B2G repo easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages