{"id":18426393,"url":"https://github.com/complate/rodunj","last_synced_at":"2025-08-01T06:14:34.102Z","repository":{"id":65491127,"uuid":"206839587","full_name":"complate/rodunj","owner":"complate","description":"JSX precompiler for static HTML","archived":false,"fork":false,"pushed_at":"2020-04-24T15:19:53.000Z","size":60,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T05:08:14.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/complate.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-09-06T17:05:14.000Z","updated_at":"2020-04-22T08:24:59.000Z","dependencies_parsed_at":"2023-01-25T18:45:30.646Z","dependency_job_id":null,"html_url":"https://github.com/complate/rodunj","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complate%2Frodunj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complate%2Frodunj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complate%2Frodunj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complate%2Frodunj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/complate","download_url":"https://codeload.github.com/complate/rodunj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766323,"owners_count":21158297,"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-11-06T05:07:50.051Z","updated_at":"2025-04-13T18:54:23.329Z","avatar_url":"https://github.com/complate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Rodunj](https://de.wikipedia.org/wiki/Rodung) /rəʊduŋ/\n=======================================================\n\noptimizes [JSX](https://facebook.github.io/jsx/) by precompiling static HTML,\nreducing cycles required at runtime\n\n```jsx\n\u003cSection title={caption}\u003e\n    \u003cdl class=\"glossary\"\u003e\n        \u003cdt\u003e{term}\u003c/dt\u003e\n        {definitions.map(desc =\u003e (\n            \u003cdd\u003e{desc}\u003c/dd\u003e\n        ))}\n    \u003c/dl\u003e\n\u003c/Section\u003e\n```\n\nis converted to plain JavaScript:\n\n```javascript\n[\n    Section({ title: caption },\n            '\u003cdl class=\"glossary\"\u003e \u003cdt\u003e',\n            term,\n            \"\u003c/dt\u003e\",\n            definitions.map(desc =\u003e [\n                \"\u003cdd\u003e\", desc, \"\u003c/dd\u003e\"\n            ]),\n            \"\u003c/dl\u003e\")\n]\n```\n\n(approximation for readability)\n\n\nContributing\n------------\n\n* ensure [Node](https://nodejs.org) is installed\n* `npm install` downloads dependencies\n* `npm test` runs the test suite and checks code for stylistic consistency\n\n\nRelease Process\n---------------\n\nNB: version numbers are incremented in accordance with\n    [semantic versioning](https://semver.org)\n\n1. update version number in `package.json`\n2. commit as \"v#.#.#\"\n\n        $ git commit -m \"v`node -p -e 'require(\"./package.json\").version'`\"\n\n    the commit description should also include a rationale, e.g. why a major\n    version was required, and a list of significant changes\n\n3. `./release` publishes the new version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplate%2Frodunj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplate%2Frodunj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplate%2Frodunj/lists"}