{"id":30434401,"url":"https://github.com/kubosho/vscode-ecsstractor","last_synced_at":"2025-08-22T23:39:13.553Z","repository":{"id":39641525,"uuid":"104560036","full_name":"kubosho/vscode-ecsstractor","owner":"kubosho","description":"Extracting selectors from HTML / JSX / TSX and generate CSS file.","archived":false,"fork":false,"pushed_at":"2023-03-06T02:21:33.000Z","size":2762,"stargazers_count":44,"open_issues_count":14,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T21:24:38.554Z","etag":null,"topics":["css","html","jsx","tsx","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=kubosho.ecsstractor","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/kubosho.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}},"created_at":"2017-09-23T10:36:32.000Z","updated_at":"2023-10-16T01:56:01.000Z","dependencies_parsed_at":"2023-02-12T19:45:13.671Z","dependency_job_id":null,"html_url":"https://github.com/kubosho/vscode-ecsstractor","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/kubosho/vscode-ecsstractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fvscode-ecsstractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fvscode-ecsstractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fvscode-ecsstractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fvscode-ecsstractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubosho","download_url":"https://codeload.github.com/kubosho/vscode-ecsstractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fvscode-ecsstractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271717708,"owners_count":24808594,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["css","html","jsx","tsx","vscode","vscode-extension"],"created_at":"2025-08-22T23:39:12.327Z","updated_at":"2025-08-22T23:39:13.542Z","avatar_url":"https://github.com/kubosho.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eCSStractor for VS Code\n\n[![CircleCI](https://circleci.com/gh/kubosho/vscode-ecsstractor.svg?style=svg)](https://circleci.com/gh/kubosho/vscode-ecsstractor)\n\n![eCSStractor demo](src/assets/demo.gif?raw=true)\n\nExtracting selectors from HTML / JSX / TSX and generate CSS file.\n\n[hudochenkov/ecsstractor](https://github.com/hudochenkov/ecsstractor) of VS Code version.\n\n## Usage\n\nOpen any HTML file and do the following:\n\n1. Open the command palette\n    - Press `Cmd + Shift + P` on macOS or `Ctrl + Shift + P` on Windows / Linux\n    - Go to `View` → `Command Palette`\n1. Typing the `Run: eCSStractor` and select\n\nThen will see new tab with CSS selectors extracted from HTML file.\n\n## Example\n\nSource:\n\n```html\n\u003cul id=\"test-list\" class=\"list\"\u003e\n  \u003cli class=\"list-item\"\u003eTest 1\u003c/li\u003e\n  \u003cli class=\"list-item\"\u003eTest 2\u003c/li\u003e\n  \u003cli class=\"list-item\"\u003eTest 3\u003c/li\u003e\n  \u003cli class=\"list-item\"\u003eTest 4\u003c/li\u003e\n  \u003cli class=\"list-item\"\u003eTest 5\u003c/li\u003e\n\u003c/ul\u003e\n```\n\nRun eCSStractor:\n\n```css\n#test-list {\n}\n.list {\n}\n.list-item {\n}\n```\n\n## Installation\n\nIn VS Code window:\n\n1. Open the extensions\n    - Press `Cmd + Shift + P` on macOS or `Ctrl + Shift + P` on Windows / Linux\n    - Go to `View` → `Extensions`\n1. Typing the `ecsstractor` in input form and select `Install` on `eCSStractor`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubosho%2Fvscode-ecsstractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubosho%2Fvscode-ecsstractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubosho%2Fvscode-ecsstractor/lists"}