# How to Contribute

## Get the Source

    $ git clone https://github.com/phonegap/phonegap-cli.git
    $ cd phonegap-cli/

## Install the Dependencies

    $ npm install

## Run the Tests

    $ npm test

