Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Sep 13, 2018
1 parent cd3b81f commit 5feb05e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ or

If you don't have (or don't want) node installed you can download executables for Mac OSX, Linux and Windows [here](https://github.com/phonegap-build/pgb-cli/releases/latest)

Here is a snippet to print out your apps to the console:
Here is a snippet of some common actions:

```bash

# list your apps
> pgb ls

# create a new app from a github repo
> pgb new shazamable/repoodly

# create a new app from a directory
> pgb new . --ios-key 12 --share true --debug true --ignore node_modules,tmp,test,**/*.log
```

Here is the full list of commands:
Expand Down

0 comments on commit 5feb05e

Please sign in to comment.