# {title}

## ¿Tienes problemas con un ejercicio de {appname}?

Un equipo de ayudantes elfos expertos está esperando ayudarte ansiosamente en aprender lo básico de Node.js, simplemente ve a:

    https://github.com/nodeschool/discussions/issues

agrega un __New Issue__ y haznos saber con qué estás teniendo problemas.

__¡No hay preguntas _tontas_!__

Si estás buscando ayuda general con Node.js, el canal #Node.js en Freenode IRC es usualmente un buen lugar para comenzar.  También está el grupo Node.js en Google:

    https://groups.google.com/forum/#!forum/nodejs

## ¿Encontraste un bug en {appname} o solamente quieres contribuir?

El repositorio oficial de {appname} es:

    {appRepo}

Sientete libre de abrir un issue o (preferentemente) un pull request.

## Usage

__`{appname}`__ ..................... Show a menu to interactively select a workshop.

__`{appname} list`__ ................ Show a newline-separated list of all the workshops.

__`{appname} select NAME`__ ......... Select a workshop.

__`{appname} current`__ ............. Show the currently selected workshop.

__`{appname} print`__ ............... Print the instructions for the currently selected workshop.

__`{appname} next`__ ................ Print the instructions for the next incomplete workshop after the currently selected workshop.

__`{appname} reset`__ ............... Reset completed workshop progress.

__`{appname} run program.js`__ ...... Run your program against the selected input.

__`{appname} verify program.js`__ ... Verify your program against the expected output.

__`{appname} -l <language>`__ ....... Change the system to the specified language.
