From 0d00905d6aa7faf90f7acad460a2ba6b31e570e4 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Sat, 31 Aug 2024 15:41:15 -0500 Subject: [PATCH] Updated badges. --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4797db..ba271d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# rebar3_oscmd [![Build Status](https://github.com/gootik/rebar_cmd/workflows/build/badge.svg)](https://github.com/gootik/rebar_cmd) [![Hex.pm](https://img.shields.io/hexpm/v/rebar_cmd.svg)](https://hex.pm/packages/rebar_cmd) +[![Build Status][gh-actions-badge]][gh-actions] +[![Erlang Versions][erlang-badge]][versions] +[![Tags][github-tags-badge]][github-tags] -Run custom shell commands with `rebar3 oscmd `. +# `rebar3_oscmd` + +*Run custom shell commands with `rebar3 oscmd `* ## Purpose @@ -54,3 +58,14 @@ $ rebar3 oscmd sync ===> Compiling rebar3_oscmd ===> Command sync resulted in: "Already up to date." ``` + +[//]: ---Named-Links--- + +[logo]: priv/images/logo.png +[logo-large]: priv/images/logo-large.png +[gh-actions-badge]: https://github.com/erlsci/rebar3_oscmd/workflows/ci%2Fcd/badge.svg +[gh-actions]: https://github.com/erlsci/rebar3_oscmd/actions +[erlang-badge]: https://img.shields.io/badge/erlang-21%20to%2025-blue.svg +[versions]: https://github.com/erlsci/rebar3_oscmd/blob/main/rebar.config +[github tags]: https://github.com/erlsci/rebar3_oscmd/tags +[github tags badge]: https://img.shields.io/github/tag/erlsci/rebar3_oscmd.svg