forked from breatheco-de/exercise-terminal-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
22 lines (22 loc) · 991 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title" : {
"us": "Command Line Challenge",
"es": "El reto de la terminal"
},
"slug" : "exercise-terminal-challenge",
"status": "published",
"translations": ["es", "en"],
"difficulty": "beginner",
"duration" : 2,
"description" : {
"us": "This command line challenge is designed to make you become familiar with the bash/command line. The challenge goes over the most used commands every developer needs to know, in order to succeed in real life.",
"es": "Este desafío de línea de comandos está diseñado para que te familiarices con la terminal y la línea de comandos bash. El desafío abarca los comandos más utilizados que todo desarrollador necesita conocer para tener éxito en la vida real."
},
"preview": "https://raw.githubusercontent.com/breatheco-de/exercise-terminal-challenge/master/preview.png",
"technologies": ["la-terminal", "command-line", "bash"],
"autoPlay": false,
"projectType": "project",
"delivery": {
"formats": ["no_delivery"]
}
}