{"id":17216341,"url":"https://github.com/exhuma/task-provider-fabric","last_synced_at":"2025-03-25T13:43:00.745Z","repository":{"id":66736632,"uuid":"384460547","full_name":"exhuma/task-provider-fabric","owner":"exhuma","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-24T14:56:06.000Z","size":2949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T12:32:45.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exhuma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-09T14:23:20.000Z","updated_at":"2021-07-24T14:56:08.000Z","dependencies_parsed_at":"2023-09-09T01:46:54.925Z","dependency_job_id":null,"html_url":"https://github.com/exhuma/task-provider-fabric","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exhuma%2Ftask-provider-fabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exhuma%2Ftask-provider-fabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exhuma%2Ftask-provider-fabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exhuma%2Ftask-provider-fabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exhuma","download_url":"https://codeload.github.com/exhuma/task-provider-fabric/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245473658,"owners_count":20621272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T03:27:32.572Z","updated_at":"2025-03-25T13:43:00.715Z","avatar_url":"https://github.com/exhuma.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VS-Code Task Provider for fabric\n\n![GitHub](https://img.shields.io/github/license/exhuma/task-provider-fabric)\n[![GitHub issues](https://img.shields.io/github/issues/exhuma/task-provider-fabric)](https://github.com/exhuma/task-provider-fabric/issues)\n[![GitHub Repo stars](https://img.shields.io/github/stars/exhuma/task-provider-fabric?logo=github)](https://github.com/exhuma/task-provider-fabric)\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/exhuma/task-provider-fabric?logo=github)](https://github.com/exhuma/task-provider-fabric)\n\n## Source Code, Issues \u0026 Feedback\n\n- [Repository](https://github.com/exhuma/task-provider-fabric)\n- [Issue Tracker](https://github.com/exhuma/task-provider-fabric/issues)\n\n## Description\n\nThis extension provides VS-Code task executions for tasks defined using\n\"fabric\" (https://www.fabfile.org).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/demo.gif\" alt=\"Demo\" width=\"75%\" /\u003e\n  \u003cbr/\u003e\n  \u003cem\u003e(demo)\u003c/em\u003e\n\u003c/p\u003e\n\n## Usage\n\n- Install the extension\n- Define tasks in a fabfile (default: `fabfile.py` in the workspace folder)\n- Execute the \"Tasks: Run Task\" command in VS-Code (default shortcut: `CTRL+SHIFT+P`)\n- Select \"fabric\"\n- Select the task to run\n\n## Command-Line Arguments\n\nSome tasks require arguments. To add arguments to the task, configure a task (using the gear icon at the right of the task-name) and add the key `args` to the task definition.\n\n### Example\n\n```json\n// See https://go.microsoft.com/fwlink/?LinkId=733558\n// for the documentation about the tasks.json format\n{\n  \"version\": \"2.0.0\",\n  \"tasks\": [\n    {\n      \"type\": \"fabric\",\n      \"task\": \"the-task-name\",\n      \"args\": [\"--port\", \"8080\"],\n      \"problemMatcher\": [],\n      \"label\": \"Run something\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexhuma%2Ftask-provider-fabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexhuma%2Ftask-provider-fabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexhuma%2Ftask-provider-fabric/lists"}