Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Strong authored Jun 26, 2020
1 parent 26aa497 commit 5d672f4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Conway

Print statistics on module contribution.

## Command-Line Usage

In any git repository, pass the folder you're interested in contributor statistics on:

```
$ conway app
```

You can specify the time range you care about

```
$ conway --since="Last Month"
```

## Download

Available in [Releases](https://github.com/alecstrong/conway/releases) or via Homebrew:

```bash
brew install alecstrong/repo/conway
```

## License

```
Copyright 2020 Alec Strong
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit 5d672f4

Please sign in to comment.