Solution to DnD character in Bash
This commit is contained in:
23
bash/dnd-character/.exercism/config.json
Normal file
23
bash/dnd-character/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"glennj"
|
||||
],
|
||||
"contributors": [
|
||||
"guygastineau",
|
||||
"IsaacG"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"dnd_character.sh"
|
||||
],
|
||||
"test": [
|
||||
"dnd_character.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Randomly generate Dungeons & Dragons characters.",
|
||||
"source": "Simon Shine, Erik Schierboom",
|
||||
"source_url": "https://github.com/exercism/problem-specifications/issues/616#issuecomment-437358945"
|
||||
}
|
||||
Reference in New Issue
Block a user