Added script for generating modules.
This commit is contained in:
17
tools/templates/module/library/config.json
Normal file
17
tools/templates/module/library/config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"options": [
|
||||
{
|
||||
"name": "library_type",
|
||||
"message": "Enter library type.",
|
||||
"type": "choices",
|
||||
"choices": ["static", "shared"]
|
||||
}
|
||||
],
|
||||
"new_sources": [
|
||||
{
|
||||
"header": "public",
|
||||
"source": true,
|
||||
"path": "{{folder_name}}/{{target_name}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user