{"id":13590604,"url":"https://github.com/devsnek/to_cell","last_synced_at":"2025-03-25T10:32:54.747Z","repository":{"id":103443300,"uuid":"95350068","full_name":"devsnek/to_cell","owner":"devsnek","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-25T09:27:22.000Z","size":1,"stargazers_count":13,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T01:41:00.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devsnek.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":"2017-06-25T09:23:21.000Z","updated_at":"2023-10-21T18:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1997b78-8f14-489a-b085-4924e074fda3","html_url":"https://github.com/devsnek/to_cell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fto_cell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fto_cell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fto_cell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsnek%2Fto_cell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsnek","download_url":"https://codeload.github.com/devsnek/to_cell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245444616,"owners_count":20616416,"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":"2024-08-01T16:00:48.679Z","updated_at":"2025-03-25T10:32:54.732Z","avatar_url":"https://github.com/devsnek.png","language":"JavaScript","funding_links":[],"categories":["Conversion"],"sub_categories":[],"readme":"### convert structures to [cell](https://github.com/intercellular/cell)\n\n```js\n\u003e const to_cell = require('to_cell')\nundefined\n\u003e to_cell.jsx('\u003ch1\u003e\u003c/h1\u003e')\n[ { '$type': 'h1', '$cell': true } ]\n\u003e to_cell.html('\u003ch1\u003e\u003c/h1\u003e')\n[ { '$type': 'h1', '$cell': true } ]\n\u003e to_cell.jsx('\u003ch1 onclick={() =\u003e {}}\u003e\u003c/h1\u003e')\n[ { '$type': 'h1', '$cell': true, onclick: [Function] } ]\n\u003e to_cell.jsx('\u003ch1 onclick={() =\u003e {}}\u003ehi\u003c/h1\u003e')\n[ { '$type': 'h1',\n    '$cell': true,\n    onclick: [Function],\n    '$text': 'hi' } ]\n\u003e to_cell.html('\u003ch1\u003ehi\u003c/h1\u003e')\n[ { '$type': 'h1', '$cell': true, '$text': 'hi' } ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsnek%2Fto_cell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsnek%2Fto_cell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsnek%2Fto_cell/lists"}