{"id":25091501,"url":"https://github.com/DaniGuardiola/vscode-ariakit-solid","last_synced_at":"2025-10-22T08:32:10.151Z","repository":{"id":274807881,"uuid":"924041611","full_name":"DaniGuardiola/vscode-akdiff","owner":"DaniGuardiola","description":"A VS Code extension to facilitate porting Ariakit React into Ariakit Solid.","archived":false,"fork":false,"pushed_at":"2025-01-29T13:43:19.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T14:34:50.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/DaniGuardiola.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-29T10:06:42.000Z","updated_at":"2025-01-29T13:43:23.000Z","dependencies_parsed_at":"2025-01-29T14:46:21.462Z","dependency_job_id":null,"html_url":"https://github.com/DaniGuardiola/vscode-akdiff","commit_stats":null,"previous_names":["daniguardiola/vscode-akdiff"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaniGuardiola%2Fvscode-akdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaniGuardiola%2Fvscode-akdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaniGuardiola%2Fvscode-akdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaniGuardiola%2Fvscode-akdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaniGuardiola","download_url":"https://codeload.github.com/DaniGuardiola/vscode-akdiff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237654639,"owners_count":19345257,"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":"2025-02-07T13:35:09.753Z","updated_at":"2025-10-22T08:32:10.135Z","avatar_url":"https://github.com/DaniGuardiola.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-ariakit-solid\n\nA VS Code extension to facilitate porting Ariakit React into Ariakit Solid.\n\n## Setup\n\nYou'll need [Bun](https://bun.sh/) installed (`curl -fsSL https://bun.sh/install | bash`).\n\nIn Mac, you'll need the `code` command installed in your path ([instructions](https://code.visualstudio.com/docs/setup/mac#_configure-the-path-with-vs-code)).\n\n### Install or update\n\nOne-liner that doesn't leave files behind:\n\n```sh\nsh -c 'cd /tmp \u0026\u0026 rm -rf vscode-ariakit-solid \u0026\u0026 git clone git@github.com:DaniGuardiola/vscode-ariakit-solid.git \u0026\u0026 cd vscode-ariakit-solid \u0026\u0026 bun install \u0026\u0026 ./install.sh \u0026\u0026 rm -rf /tmp/vscode-ariakit-solid'\n```\n\nAlternatively, install:\n\n1. Clone the repo: `git clone git@github.com:DaniGuardiola/vscode-ariakit-solid.git`\n2. Navigate to it: `cd vscode-ariakit-solid`\n3. Install deps: `bun install`\n4. Install extension: `./install.sh`\n\nOr update:\n\n1. Navigate to the repo: `cd vscode-ariakit-solid`\n2. Pull the latest changes: `git pull`\n3. Install deps: `bun install`\n4. Reinstall extension: `./install.sh`\n\n### Uninstall\n\n```sh\ncode --uninstall-extension diola.ariakit-solid\n```\n\nOr run `./uninstall.sh`. Or use the VS Code interface.\n\n## Usage\n\n### Source files\n\nRight click on a source file inside `packages/ariakit-solid-core/src` and select `Ariakit Solid: open diff`.\n\n### Example files\n\nRight click on an example file inside `examples` with a `.solid.ts` or `.solid.tsx` extension and select `Ariakit Solid: open diff (example)`.\n\n### Commands\n\nYou can run the following commands:\n\n- `Port status`: shows the current porting status progress.\n- `Test status`: shows the current test status progress.\n- `Component deps`: opens a menu to select a component and shows its resolved dependencies.\n\nThese can also be run directly from the status bar (hover `Ariakit Solid`).\n\nFrom an Ariakit Solid file, or a Solid example, you can run:\n\n- `Ariakit Solid: open diff`: opens a diff view comparing the current file with the corresponding Ariakit React file.\n- `Ariakit Solid: open diff (example)`: opens a diff view comparing the current file with the corresponding React example file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDaniGuardiola%2Fvscode-ariakit-solid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDaniGuardiola%2Fvscode-ariakit-solid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDaniGuardiola%2Fvscode-ariakit-solid/lists"}