-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Añadido: manu-exercism, instrucciones de uso
- Loading branch information
Showing
3 changed files
with
20 additions
and
3 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
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 |
---|---|---|
@@ -1,3 +1,20 @@ | ||
#+TITLE: Manu Exercism | ||
* ¿Para que sirve? | ||
- Automatiza la operación de copiar ejercicios del sitio de ~Exercism~ al directorio raíz de tu proyecto de github | ||
* ¿Por qué lo utilizo? | ||
- Configura automáticamente el Workspace de Exercism al directorio del repositorio de github | ||
- Si cambio de ordenador, me evito configurar a mano el Workspace de Exercism escribiendo la nueva ruta | ||
- Evita usar el nombre por default que asigna Exercism al directorio de ejercicios descargados, puedo elegir dónde | ||
* Ejemplos de uso | ||
#+BEGIN_SRC shell | ||
# imprimirá un menú de ayuda, opciones de instalación, etc.. | ||
help | ||
|
||
# instala el lenguaje Clojure y sus dependencias | ||
install-clojure | ||
|
||
# configura el workspace automáticamente en la ruta actual | ||
configure-exercism-workspace | ||
|
||
# copia los ejercicios del directorio por default del Workspace de Exercism | ||
# a la ruta configurada en Makefile.cfg | ||
copy-exercism-exercises | ||
#+END_SRC |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.