Getting Started tl;dr - It is possible to add more mach to your B2G repo! To get started, install pip: $ wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py -O - | python Install b2g-commands: $ pip install b2g-commands To play around with it, cd to your B2G repo and run: $ git pull # make sure repo is up to date$ ./mach help # see all available commands$ ./mach help <command> # see additional info about a command Details Most people who spend the majority of their time worki...