pushai 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/README.md +18 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="../../apps/web/public/favicon.png" alt="PushAI favicon" width="64" height="64" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">PushAI</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
Stop writing commit messages.
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://github.com/thelastofinusa/pushai">Repository</a>
|
|
13
|
+
·
|
|
14
|
+
<a href="./docs/technical-decisions.md">Technical decisions</a>
|
|
15
|
+
·
|
|
16
|
+
<a href="./docs/publishing.md">Publishing</a>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
1
19
|
## pushai (pai)
|
|
2
20
|
|
|
3
21
|
The only Git CLI you'll ever need. Stop wasting time thinking of commit messages. Let AI do it, then push in one click.
|