Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# build-pulse
# Build Pulse 🦀

a research-focused Jenkins CI/CD static build analyzer
A tiny, fast command-line utility that watches for file changes in a directory and automatically runs a specified command. It's a perfect companion for your development workflow, automating tasks like compiling code, running tests, or refreshing a server.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description is incorrect, this project statically analyzes build artifacts from CI/CD pipelines and generates an easily embedded HTML report and corresponding database. I'd suggest to build the project with cargo doc and read the fairly well documented source code.




---

## Why Use Build Pulse?

* **⚡ Blazingly Fast**: Built in Rust for minimal resource usage and instant response times.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I personally dislike emojis, if they could be removed I'd appreciate that.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, these bullets seem clearly AI generated, I would appreciate if you could spend some time and write more thoughtful bullets.

* **👌 Dead Simple**: No complex configuration files. Just a single command to get started.
* **✅ Cross-Platform**: Works on macOS, Windows, and Linux.
* **🛠️ Flexible**: Ideal for any project—Rust, Node.js, Python, web development, and more.

---

## Installation

You can install Build Pulse directly from the source using `cargo`. Make sure you have the Rust toolchain installed.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some further instructions would be beneficial. (i.e. "What cargo commands should I run?")


```bash
cargo install --git [https://github.com/Akhilanandateja/build-pulse](https://github.com/Akhilanandateja/build-pulse)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.