{"id":20895444,"url":"https://github.com/browser-actions/actions-swing","last_synced_at":"2026-04-20T23:32:35.162Z","repository":{"id":234720775,"uuid":"789226869","full_name":"browser-actions/actions-swing","owner":"browser-actions","description":"A powerful development kit for GitHub Actions 🏌️","archived":false,"fork":false,"pushed_at":"2025-01-25T08:20:25.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-30T07:31:20.230Z","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/browser-actions.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-20T01:11:32.000Z","updated_at":"2024-05-15T14:27:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"fab3c144-229b-4b7b-90df-d3ad2b42f4ce","html_url":"https://github.com/browser-actions/actions-swing","commit_stats":null,"previous_names":["browser-actions/actions-swing"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/browser-actions/actions-swing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Factions-swing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Factions-swing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Factions-swing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Factions-swing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browser-actions","download_url":"https://codeload.github.com/browser-actions/actions-swing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browser-actions%2Factions-swing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32070656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-18T10:28:53.300Z","updated_at":"2026-04-20T23:32:35.140Z","avatar_url":"https://github.com/browser-actions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions-swing\n\nA powerful development kit for GitHub Actions 🏌️\n\n\u003e [!WARNING]\n\u003e This package is still in development and may not be stable. Use at your own risk.\n\n## Installation\n\n```console\n$ npm install actions-swing # npm\n$ yarn add actions-swing    # yarn\n$ pnpm add actions-swing    # pnpm\n```\n\n## Usage\n\n### `runtime.osReleaseId()`\n\nReturns the `ID` field of the `/etc/os-release` file.\n\n```typescript\nimport { runtime } from 'actions-swing';\n\nconst osReleaseId = await runtime.getOsReleaseId();\n```\n\n### `pkg.install()`\n\nInstalls package(s) using the system package manager on Linux.\n\n```typescript\nimport { pkg } from 'actions-swing';\n\nawait pkg.install(['vim', 'git']);\nawait pkg.install(['vim', 'git'], { sudo: true });\n```\n\n### `pkg.uninstall()`\n\nUninstalls package(s) using the system package manager on Linux.\n\n```typescript\nimport { pkg } from 'actions-swing';\n\nawait pkg.uninstall(['vim', 'git']);\nawait pkg.uninstall(['vim', 'git'], { sudo: true });\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Factions-swing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowser-actions%2Factions-swing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowser-actions%2Factions-swing/lists"}