Added script for generating modules.

This commit is contained in:
2025-06-19 15:40:48 +02:00
parent 34730454ae
commit 9bfbd44e34
8 changed files with 326 additions and 25 deletions

View 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}}"
}
]
}