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 CHANGED
@@ -1,8 +1,9 @@
1
1
  # PushCI
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/pushci.svg)](https://www.npmjs.com/package/pushci)
4
+ [![npm downloads](https://img.shields.io/npm/dm/pushci.svg)](https://www.npmjs.com/package/pushci)
4
5
  [![License: BUSL-1.1](https://img.shields.io/badge/License-BUSL--1.1-blue.svg)](LICENSE)
5
- [![CI](https://github.com/finsavvyai/pushci/actions/workflows/ci.yml/badge.svg)](https://github.com/finsavvyai/pushci/actions/workflows/ci.yml)
6
+ [![Release](https://img.shields.io/github/v/release/finsavvyai/pushci-cli)](https://github.com/finsavvyai/pushci-cli/releases/latest)
6
7
  [![MCP](https://img.shields.io/badge/MCP-compatible-purple.svg)](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
- <!-- TODO: Add 30-second demo GIF here -->
20
- <!-- ![PushCI Demo](assets/demo.gif) -->
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