Skip to content

Commit

Permalink
Merge 352fa64 into 6e8ee20
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Feb 17, 2015
2 parents 6e8ee20 + 352fa64 commit 9009681
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,22 @@ Then list your Homebrew based dependencies in your `Brewfile`:
You can then easily install all of the dependencies with one of the following commands:

$ brew brewdle

### Dump

You can create a `Brewfile` from all the existing Homebrew packages you have installed with:
You can create a `Brewfile` from all the existing Homebrew packages you have installed with:

$ brew brewdle dump

The `--force` option will allow an existing `Brewfile` to be overwritten as well.
The `--force` option will allow an existing `Brewfile` to be overwritten as well.

### Cleanup

You can also use `Brewfile` as a whitelist. It's useful for maintainers/testers who regularly install lots of formulae. To uninstall all Homebrew formulae not listed in `Brewfile`:

$ brew brewdle cleanup

If `--dry-run` option is passed, brewdler will list formulae rather than actual uninstalling them.

## Note

Expand Down

0 comments on commit 9009681

Please sign in to comment.