mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 08:35:24 +02:00
alr: add page and Spanish translation (#16632)
Co-authored-by: José Antonio Verde <joseaverde@protonmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
496494f3fd
commit
51c8030e04
2 changed files with 42 additions and 0 deletions
21
pages.es/common/alr.md
Normal file
21
pages.es/common/alr.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# alr
|
||||
|
||||
> Gestor de paquetes de Ada.
|
||||
> Gestiona compiladores, dependencias, herramientas y bibliotecas de Ada.
|
||||
> Más información: <https://alire.ada.dev/>.
|
||||
|
||||
- Crea un proyecto de un ejecutable (`--bin`) o de una biblioteca (`--lib`):
|
||||
|
||||
`alr init {{--bin|--lib}} {{nombre_de_proyecto}}`
|
||||
|
||||
- Añade una dependencia al proyecto:
|
||||
|
||||
`alr add {{crate}}`
|
||||
|
||||
- Ejecuta el ejecutable generado (no es necesario hacer `build` antes de `run`):
|
||||
|
||||
`alr run`
|
||||
|
||||
- Compila el proyecto:
|
||||
|
||||
`alr build {{--release|--development|--validation}}`
|
21
pages/common/alr.md
Normal file
21
pages/common/alr.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# alr
|
||||
|
||||
> Ada package manager.
|
||||
> Manage Ada toolchains, dependencies, tools and libraries.
|
||||
> More information: <https://alire.ada.dev/>.
|
||||
|
||||
- Create a binary or library project:
|
||||
|
||||
`alr init {{--bin|--lib}} {{project_name}}`
|
||||
|
||||
- Add a dependency to the project:
|
||||
|
||||
`alr add {{crate}}`
|
||||
|
||||
- Run the compiled binary (no need to do `build` before):
|
||||
|
||||
`alr run`
|
||||
|
||||
- Compile the project:
|
||||
|
||||
`alr build {{--release|--development|--validation}}`
|
Loading…
Add table
Reference in a new issue