Skip to content

Commit db96671

Browse files
committed
it adds the co-authored!
Co-Authored-By: Eric Adamski <er.adamski@gmail.com>
1 parent 8772acd commit db96671

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
11
# commit-with
2+
23
🤗 A command line util to share the fame when pair programming by adding a co-authored message to a commit
4+
5+
# Install
6+
7+
globally install this package using npm:
8+
9+
```
10+
npm i -g commit-with
11+
```
12+
13+
or yarn
14+
15+
```
16+
yarn global add commit-with
17+
```
18+
19+
# Usage
20+
21+
```
22+
❯ commit-with --help
23+
24+
Usage: commit-with [options] <github-username> [git-args...]
25+
26+
Searches Github for the user and auto generates a co-authored tag for your commit message
27+
28+
Options:
29+
30+
-V, --version output the version number
31+
-h, --help output usage information
32+
```
33+
34+
# Example
35+
36+
Commit currently staged files
37+
38+
```
39+
❯ commit-with ericadamski
40+
```
41+
42+
<!-- put an image of that command working here -->

0 commit comments

Comments
 (0)