17 lines
337 B
JSON
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."
|
|
}
|
|
]
|
|
}
|