Skip to content

Commit

Permalink
Updated badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 31, 2024
1 parent 0cdd007 commit 0d00905
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <command>`.
# `rebar3_oscmd`

*Run custom shell commands with `rebar3 oscmd <command>`*

## Purpose

Expand Down Expand Up @@ -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

0 comments on commit 0d00905

Please sign in to comment.