-
Notifications
You must be signed in to change notification settings - Fork 2
Completed Readme Documentation based on the directories #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||
|
|
||
|
|
||
|
|
||
| --- | ||
|
|
||
| ## Why Use Build Pulse? | ||
|
|
||
| * **⚡ Blazingly Fast**: Built in Rust for minimal resource usage and instant response times. | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Some further instructions would be beneficial. (i.e. "What |
||
|
|
||
| ```bash | ||
| cargo install --git [https://github.com/Akhilanandateja/build-pulse](https://github.com/Akhilanandateja/build-pulse) | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The correct url is https://github.com/lowpolyneko/build-pulse |
||
There was a problem hiding this comment.
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 docand read the fairly well documented source code.