2025-07-27 13:06:53 +07:00

17 lines
337 B
JSON

{
"version": "1.0.0",
"tasks": [
{
"label": "generate-readme",
"type": "shell",
"command": "node update-readme.js",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Generates the README.md file using update-readme.js script."
}
]
}