Skip to content

Commit

Permalink
typo absense -> absence
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 3, 2021
1 parent f3a5d5a commit c87914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021/2021-12-2-codestats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2021-12-02 10:30:00
category: rse
---

I love any opportunity to create a project in Go, so when I saw the <a href="https://github.com/bloodorangeio/oci-stats" target="_blank">bloodorangeio/oci-stats</a> tool, I was inspired! This project uses bash scripts and a Makefile to generate basic health stats for a repository, or basically a record of health files like a Contributing markdown or particular continuous integration recipe. If you have a lot of repos you want to quickly check for common community files presence or absense, it can be a useful tool. I liked the idea and wanted to do something similar,
I love any opportunity to create a project in Go, so when I saw the <a href="https://github.com/bloodorangeio/oci-stats" target="_blank">bloodorangeio/oci-stats</a> tool, I was inspired! This project uses bash scripts and a Makefile to generate basic health stats for a repository, or basically a record of health files like a Contributing markdown or particular continuous integration recipe. If you have a lot of repos you want to quickly check for common community files presence or absence, it can be a useful tool. I liked the idea and wanted to do something similar,
but provide a library in Go that is generalizable to different repository metrics, and that could easily be piped into an interactive interface.
Note that this isn't a hugely innovative idea, because many people have made these kinds of tools before. This is just a bit of dinosaur fun!

Expand Down

0 comments on commit c87914b

Please sign in to comment.