{"id":20604389,"url":"https://github.com/heybran/create-webcomp","last_synced_at":"2025-04-15T02:24:28.874Z","repository":{"id":167132917,"uuid":"640924238","full_name":"heybran/create-webcomp","owner":"heybran","description":"A NPM package to quickly scaffold a new web components project powered by Vite.","archived":false,"fork":false,"pushed_at":"2023-06-03T11:09:01.000Z","size":41,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:11:18.143Z","etag":null,"topics":["components","javascript","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-webcomp","language":"JavaScript","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/heybran.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}},"created_at":"2023-05-15T12:11:50.000Z","updated_at":"2024-02-11T20:41:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3733d962-a3ab-41e1-8d29-96b66526ac0d","html_url":"https://github.com/heybran/create-webcomp","commit_stats":null,"previous_names":["heybran/create-webcomp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fcreate-webcomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fcreate-webcomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fcreate-webcomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fcreate-webcomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heybran","download_url":"https://codeload.github.com/heybran/create-webcomp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248992552,"owners_count":21195068,"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":["components","javascript","web"],"created_at":"2024-11-16T09:22:54.265Z","updated_at":"2025-04-15T02:24:28.852Z","avatar_url":"https://github.com/heybran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-webcomp\n\nThis package allows you to quickly scaffold a new web components project powered by Vite.\n\n## Scaffolding Your First Web Components Project\n\nWith NPM:\n\n```bash\nnpm create webcomp@latest\n```\n\nWith PNPM:\n\n```bash\npnpm create webcomp\n```\n\nThen follow the prompts. You can use `.` for the project name to scaffold in the current directory.\n\n## Available Web Components Structure/Templates\n\n1. Standalone JavaScript\n\n```\n└── components\n    ├── MyApp.js\n    └── MyCounter.js\n```\n\n2. CSS + JavaScript\n\n```\n└── components\n    ├── my-app\n    │   ├── index.js\n    │   └── style.css\n    └── my-counter\n        ├── index.js\n        └── style.css\n```\n\n3. HTML + CSS + JavaScript\n\n```\n└── components\n    ├── my-app\n    │   ├── index.html\n    │   ├── index.js\n    │   └── style.css\n    └── my-counter\n        ├── index.html\n        ├── index.js\n        └── style.css\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheybran%2Fcreate-webcomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheybran%2Fcreate-webcomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheybran%2Fcreate-webcomp/lists"}