pushci 1.8.0 → 1.9.0
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/README.md +18 -3
- package/bin/pushci-1.9.0.cdx.sbom.json +1 -0
- package/bin/pushci-darwin-amd64 +0 -0
- package/bin/pushci-darwin-arm64 +0 -0
- package/bin/pushci-linux-amd64 +0 -0
- package/bin/pushci-linux-arm64 +0 -0
- package/bin/pushci-windows-amd64.exe +0 -0
- package/bin/pushci-windows-arm64.exe +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# PushCI
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/pushci)
|
|
4
|
+
[](https://www.npmjs.com/package/pushci)
|
|
4
5
|
[](LICENSE)
|
|
5
|
-
[](https://github.com/finsavvyai/pushci-cli/releases/latest)
|
|
6
7
|
[](https://pushci.dev/ai)
|
|
7
8
|
|
|
8
9
|
**Zero-config AI CI/CD. Runs on your machine. Free forever.**
|
|
@@ -16,8 +17,22 @@ pushci init # AI detects your stack in 30 seconds
|
|
|
16
17
|
git push # tests run automatically
|
|
17
18
|
```
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
```
|
|
21
|
+
$ pushci init
|
|
22
|
+
Detecting stack ........................ Node 20 + Vite + Vitest
|
|
23
|
+
Detecting deploy target ................ Cloudflare Workers (wrangler.toml)
|
|
24
|
+
Writing pushci.yml ..................... 14 lines
|
|
25
|
+
Installing pre-push hook ............... done
|
|
26
|
+
|
|
27
|
+
$ git push
|
|
28
|
+
→ running pushci run
|
|
29
|
+
✓ lint 3.2s
|
|
30
|
+
✓ test 8.4s
|
|
31
|
+
✓ build 12.1s
|
|
32
|
+
→ 24 commits ahead of origin/main · all checks passed
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
See it live at <a href="https://pushci.dev">pushci.dev</a> (the terminal in the hero is real, not a render).
|
|
21
36
|
|
|
22
37
|
## Why PushCI?
|
|
23
38
|
|