File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1
1
# commit-with
2
+
2
3
🤗 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 -->
You can’t perform that action at this time.
0 commit comments