mirror of
https://github.com/tcsenpai/gitget_test.git
synced 2025-06-03 17:30:03 +00:00
28 lines
581 B
Plaintext
28 lines
581 B
Plaintext
{
|
|
"tasks": [
|
|
{
|
|
"type": "pip",
|
|
"usage": "pipx",
|
|
"name": "pipx"
|
|
},
|
|
{
|
|
"type": "python",
|
|
"usage": "python3 standalone.py",
|
|
"name": "standalone.py",
|
|
"alias": "gotgit"
|
|
},
|
|
|
|
{
|
|
"type": "npm",
|
|
"usage": "mega-linter-runner",
|
|
"name": "mega-linter-runner"
|
|
},
|
|
{
|
|
"type": "js",
|
|
"usage": "node jstest.js",
|
|
"name": "jstest.js",
|
|
"alias": "jstest"
|
|
}
|
|
]
|
|
}
|