Files
spp_template/tools/templates/module/library/config.json

17 lines
299 B
JSON

{
"options": [
{
"name": "library_type",
"message": "Enter library type.",
"type": "choices",
"choices": ["static", "shared"]
}
],
"new_sources": [
{
"header": "public",
"source": true,
"path": "{{folder_name}}/{{target_name}}"
}
]
}