{"id":19243618,"url":"https://github.com/mikhail-ev/lit-project-template","last_synced_at":"2026-04-16T14:02:22.089Z","repository":{"id":44015568,"uuid":"214138163","full_name":"mikhail-ev/lit-project-template","owner":"mikhail-ev","description":"Lit-element project template powered by typescript, redux and stringify-jsx","archived":false,"fork":false,"pushed_at":"2023-01-04T22:26:48.000Z","size":88,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-25T00:32:32.347Z","etag":null,"topics":["jsx","lit-element","lit-html","redux","stringify-jsx","typescript"],"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/mikhail-ev.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}},"created_at":"2019-10-10T09:12:46.000Z","updated_at":"2019-10-19T19:18:51.000Z","dependencies_parsed_at":"2023-02-02T22:00:54.577Z","dependency_job_id":null,"html_url":"https://github.com/mikhail-ev/lit-project-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikhail-ev/lit-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhail-ev%2Flit-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhail-ev%2Flit-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhail-ev%2Flit-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhail-ev%2Flit-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikhail-ev","download_url":"https://codeload.github.com/mikhail-ev/lit-project-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikhail-ev%2Flit-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["jsx","lit-element","lit-html","redux","stringify-jsx","typescript"],"created_at":"2024-11-09T17:18:51.422Z","updated_at":"2026-04-16T14:02:22.052Z","avatar_url":"https://github.com/mikhail-ev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lit-project-template\nExample of [lit-element](https://lit-element.polymer-project.org/) project powered by [stringify-jsx](https://github.com/TargetTaiga/stringify-jsx).\n\n## stringify-jsx configuration\nTo be able to use ``@event``, ``.value`` and ``?boolean`` bindings that are not valid in JSX the following configuration has been used:\n```js\nstringifyJsx({\n    customAttributeReplacementFn: (nodePath, defaultReplacement) =\u003e {\n        if (defaultReplacement) {\n        return defaultReplacement;\n        }\n        const attribute = nodePath.node.name;\n        if (attribute.startsWith('a-')) {\n        return '@' + attribute.slice(2);\n        }\n        if (attribute.startsWith('d-')) {\n        return '.' + attribute.slice(2);\n        }\n        if (attribute.startsWith('q-')) {\n        return '?' + attribute.slice(2);\n        }\n        return attribute;\n    }\n}, {\n    plugins: [\"@babel/plugin-syntax-dynamic-import\"]\n})\n```\nThus this code:\n```jsx harmony\n\u003cinput a-input={this.handleInput}/\u003e\n``` \nWill be transformed into\n```\n\u003cinput @input=\"${this.handleInput}\"/\u003e\n```\nFull configuration can be found in ``rollup.config.js``","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikhail-ev%2Flit-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikhail-ev%2Flit-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikhail-ev%2Flit-project-template/lists"}