{"id":30522975,"url":"https://github.com/chmodshubham/claude-code","last_synced_at":"2026-04-21T03:31:12.129Z","repository":{"id":310855730,"uuid":"1041506619","full_name":"chmodshubham/claude-code","owner":"chmodshubham","description":"Setup Claude Code with VS Code","archived":false,"fork":false,"pushed_at":"2025-08-20T15:40:01.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T17:45:42.789Z","etag":null,"topics":["claude-code","setup-guide","vscode-extension"],"latest_commit_sha":null,"homepage":"https://docs.anthropic.com/en/docs/claude-code/setup","language":null,"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/chmodshubham.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}},"created_at":"2025-08-20T15:29:44.000Z","updated_at":"2025-08-20T15:40:54.000Z","dependencies_parsed_at":"2025-08-20T17:45:45.220Z","dependency_job_id":"6d33e087-8b4e-447f-a524-f39ff3077573","html_url":"https://github.com/chmodshubham/claude-code","commit_stats":null,"previous_names":["chmodshubham/claude-code"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/chmodshubham/claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fclaude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fclaude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fclaude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fclaude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chmodshubham","download_url":"https://codeload.github.com/chmodshubham/claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmodshubham%2Fclaude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":["claude-code","setup-guide","vscode-extension"],"created_at":"2025-08-26T19:43:56.868Z","updated_at":"2026-04-21T03:31:12.124Z","avatar_url":"https://github.com/chmodshubham.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Setup Guide\n\nThis guide explains how to install and use `@anthropic-ai/claude-code`.\n\n## 1. Node.js Requirement\n\nThe package requires **Node.js ≥ 18.0.0** (as of Aug 20, 2025).  \nIf your current version is older, update it using the steps below.\n\n```bash\n# Check versions\nnode -v\nnpm -v\n\n# Remove old Node.js and npm (if installed via apt)\nsudo apt remove -y nodejs npm\n\n# Install NodeSource Node.js 18 (or newer)\ncurl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -\nsudo apt install -y nodejs\n\n# Verify installation\nnode -v\nnpm -v\n````\n\n## 2. Install the Package\n\nYou can install the package in two ways.\n\n### Option A: Global Install\n\n```bash\nsudo npm install -g @anthropic-ai/claude-code\n```\n\n### Option B: Local Install (Recommended)\n\nRun directly with `npx`:\n\n```bash\nnpx @anthropic-ai/claude-code\n```\n\nOr install locally in your project:\n\n```bash\nnpm install @anthropic-ai/claude-code --save-dev\n```\n\nThen run:\n\n```bash\nnpx claude-code\n```\n\n## 3. VS Code Extension\n\nTo use Claude Code in VS Code, install the extension:\n\n* **Extension Name**: Claude Code for VSCode\n* **Marketplace Link**: https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmodshubham%2Fclaude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchmodshubham%2Fclaude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmodshubham%2Fclaude-code/lists"}