Skip to content

Commit d71972c

Browse files
committed
feat: add readme
1 parent cbc824d commit d71972c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# zig-plscommit
2+
3+
A simple CLI tool to commit changes to git using zig.
4+
5+
## Installation
6+
7+
```bash
8+
git clone https://github.com/davidprokopec/zig-plscommit.git
9+
cd zig-plscommit
10+
make build
11+
```
12+
13+
### Using Zig
14+
15+
```bash
16+
zig build
17+
```
18+
19+
## Usage
20+
21+
```bash
22+
plscommit <path>
23+
```
24+
25+
## Contributing
26+
27+
Contributions are welcome!

0 commit comments

Comments
 (0)