-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-skyline: add Spanish translation (#15167)
Co-authored-by: Igor Támara <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# gh skyline | ||
|
||
> Genera un modelo 3D de tu historial de contribuciones a GitHub. | ||
> Por defecto, creará un archivo `{usuario}-{año}-github-skyline.stl` en el directorio actual. | ||
> Más información: <https://github.com/github/gh-skyline>. | ||
- Genera un archivo STL de la línea del horizonte para el año actual y el usuario autenticado: | ||
|
||
`gh skyline` | ||
|
||
- Genera una línea del horizonte para un [u]suario y un año [y] específicos: | ||
|
||
`gh skyline --user {{nombre_de_usuario}} --year {{año}}` | ||
|
||
- Genera una línea del horizonte para un intervalo de [a]ños: | ||
|
||
`gh skyline --user {{nombre_de_usuario}} --year {{primer_año}}-{{último_año}}` | ||
|
||
- Genera una línea del horizonte completa [f] (desde el año de alta del usuario hasta el año actual): | ||
|
||
`gh skyline --user {{nombre_de_usuario}} --full` | ||
|
||
- Habilita el registro de [d]epuración: | ||
|
||
`gh skyline --debug` | ||
|
||
- Genera una línea del horizonte y especifica la ruta del archivo de salida: | ||
|
||
`gh skyline --output {{ruta/al/archivo_salida.stl}}` | ||
|
||
- Abre el perfil de GitHub de un [u]suario específico: | ||
|
||
`gh skyline --user {{nombre_de_usuario}} --web` | ||
|
||
- Muestra ayuda: | ||
|
||
`gh skyline --help` |