Skip to content

Commit

Permalink
Añadido: manu-exercism, instrucciones de uso
Browse files Browse the repository at this point in the history
  • Loading branch information
neverkas committed Feb 7, 2023
1 parent 958fa57 commit 2c14b4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manu-exercism/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY_OPTIONS= --exclude='project.clj' --exclude='HELP.md' \
--include='*/' --exclude='*' \
--prune-empty-dirs

COPY=rsync -vzr #$(COPY_OPTIONS)
COPY=rsync -vzr $(COPY_OPTIONS)

DIRECTORIES_EXERCISES_FROM=$(dir $(wildcard $(DIR_EXERCISM_EXERCISES_FROM)/*/))

Expand Down
21 changes: 19 additions & 2 deletions manu-exercism/README.org
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
Binary file added manu-exercism/images/meme-exorcism.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c14b4a

Please sign in to comment.