Skip to content

Commit

Permalink
Update w/ new opts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jacobs committed Dec 16, 2014
1 parent 7c882d3 commit f0cbe2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,25 @@ Updates your copyrights... so you don't have to!

`$ gem install github-copywriter`

## Basic Usage

### Update specific repos
`$ github-copywriter MyCoolRepo MyOtherCoolRepo`

### Update all repos
`$ github-copywriter --all`

## Other Usage

### Update all repos, excluding forks
`$ github-copywriter --all --skip-forks`

### Update all repos to 2015
`$ github-copywriter --all --year 2015`

### Update only branches: gh-pages and dev
`$ github-copywriter --branches gh-pages,dev MyRepo`

## Contributing
Please submit issues or feature requests [here](//github.com/ryanmjacobs/github-copywriter/issues).
Questions and comments are welcome as well. Checkout
Expand Down

0 comments on commit f0cbe2b

Please sign in to comment.