Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Aug 6, 2024
1 parent f4f8e62 commit 17e6d14
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ You can directly type `brew install cdalvaro/tap/<formula>` to install the speci
<summary>Formulae list</summary>
<ul>
<li><a href="#catboost-cli">catboost-cli</a></li>
<li><a href="#clang-format@14">clang-format@14</a></li>
<li><a href="#cpp-jwt">cpp-jwt</a></li>
<li><a href="#cpp-plotly">cpp-plotly</a></li>
<li><a href="#cpp-zmq">cpp-zmq</a></li>
Expand All @@ -52,6 +53,19 @@ brew install cdalvaro/tap/catboost-cli

This formula is not available in homebrew-core repository because it does not meet the acceptance criteria. See [Homebrew/homebrew-core#140960](https://github.com/Homebrew/homebrew-core/pull/140960#issuecomment-1704292670) for more information.

### `clang-format@14`

[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project)
[![Badge](https://img.shields.io/badge/Formula-clang--format@14-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/[email protected])

Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript.

This formula installs: `clang-format-14` and `git-clang-format-14` to avoid collisions with their latest versions.

```sh
brew install cdalvaro/tap/clang-format@14
```

### `cpp-jwt`

[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt)
Expand Down
14 changes: 14 additions & 0 deletions docs/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Puedes introducir directamente `brew install cdalvaro/tap/<formula>` para instal
<summary>Lista de fórmulas</summary>
<ul>
<li><a href="#catboost-cli">catboost-cli</a></li>
<li><a href="#clang-format@14">clang-format@14</a></li>
<li><a href="#cpp-jwt">cpp-jwt</a></li>
<li><a href="#cpp-plotly">cpp-plotly</a></li>
<li><a href="#cpp-zmq">cpp-zmq</a></li>
Expand All @@ -52,6 +53,19 @@ brew install cdalvaro/tap/catboost-cli

Esta fórmula no está disponible en el repositorio homebrew-core porque no cumple con los criterios de aceptación. Consulta [Homebrew/homebrew-core#140960](https://github.com/Homebrew/homebrew-core/pull/140960#issuecomment-1704292670) para más información.

### `clang-format@14`

[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project)
[![Badge](https://img.shields.io/badge/Formula-clang--format@14-grey?logo=ruby&color=FBB040&logoColor=CC342D)](/Formula/[email protected])

Herramientas para formatear C, C++, Obj-C, Java, JavaScript, TypeScript.

Esta fórmula instala: `clang-format-14` y `git-clang-format-14` para evitar colisiones con las últimas versiones.

```sh
brew install cdalvaro/tap/clang-format@14
```

### `cpp-jwt`

[![Badge](https://img.shields.io/badge/arun11299-cpp--jwt-grey?logo=github&color=181717)](https://github.com/arun11299/cpp-jwt)
Expand Down

0 comments on commit 17e6d14

Please sign in to comment.