{"id":50146810,"url":"https://github.com/austin-smith/better-azure-devops","last_synced_at":"2026-05-24T05:08:52.810Z","repository":{"id":347516779,"uuid":"1194255087","full_name":"austin-smith/better-azure-devops","owner":"austin-smith","description":"Azure DevOps, but better.","archived":false,"fork":false,"pushed_at":"2026-05-22T21:13:49.000Z","size":902,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T21:31:05.098Z","etag":null,"topics":["azure-devops","devops","nextjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/austin-smith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-28T05:21:51.000Z","updated_at":"2026-05-22T21:13:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/austin-smith/better-azure-devops","commit_stats":null,"previous_names":["austin-smith/better-azure-devops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/austin-smith/better-azure-devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-smith%2Fbetter-azure-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-smith%2Fbetter-azure-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-smith%2Fbetter-azure-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-smith%2Fbetter-azure-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austin-smith","download_url":"https://codeload.github.com/austin-smith/better-azure-devops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austin-smith%2Fbetter-azure-devops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33422108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["azure-devops","devops","nextjs"],"created_at":"2026-05-24T05:08:29.255Z","updated_at":"2026-05-24T05:08:52.802Z","avatar_url":"https://github.com/austin-smith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- LOGO --\u003e\n\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./public/logo.png\" alt=\"Better Azure DevOps logo\" width=\"128\"\u003e\n  \u003cbr\u003eBetter Azure DevOps\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Next.js 16\" src=\"https://img.shields.io/badge/Next.js%2016-black?logo=nextdotjs\"\u003e\n  \u003cimg alt=\"React 19\" src=\"https://img.shields.io/badge/React%2019-61DAFB?logo=react\u0026logoColor=black\"\u003e\n  \u003cimg alt=\"TypeScript 5\" src=\"https://img.shields.io/badge/TypeScript%205-3178C6?logo=typescript\u0026logoColor=white\"\u003e\n  \u003cimg alt=\"Tailwind CSS 4\" src=\"https://img.shields.io/badge/Tailwind%20CSS%204-38B2AC?logo=tailwindcss\u0026logoColor=white\"\u003e\n  \u003cimg alt=\"shadcn/ui\" src=\"https://img.shields.io/badge/shadcn%2Fui-000000?logo=shadcnui\u0026logoColor=white\"\u003e\n\u003c/p\u003e\n\n## About\n\nBetter Azure DevOps is a small web client for viewing and interacting with Azure DevOps work items.\n\n## Setup\n\n### 1. Install dependencies\n\n```bash\npnpm install\n```\n\n### 2. Install Azure CLI\n\n#### macOS\n\n```bash\nbrew update \u0026\u0026 brew install azure-cli\n```\n\n#### Windows\n\n```powershell\nwinget install --exact --id Microsoft.AzureCLI\n```\n\n#### Ubuntu/Debian\n\n```bash\ncurl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash\n```\n\nFor other platforms, see [Install Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).\n\n### 3. Configure the app\n\nCopy `.env.example` to `.env.local` and set:\n\n```bash\nAZURE_DEVOPS_ORG_URL=https://dev.azure.com/your-org\n```\n\n### 4. Sign in\n\n#### macOS and Linux shells\n\n```bash\nAZURE_CONFIG_DIR=.azure az login\n```\n\n#### Windows PowerShell\n\n```powershell\n$env:AZURE_CONFIG_DIR=\".azure\"\naz login\n```\n\n## Run\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3002](http://localhost:3002).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustin-smith%2Fbetter-azure-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustin-smith%2Fbetter-azure-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustin-smith%2Fbetter-azure-devops/lists"}