{"id":15629699,"url":"https://github.com/anko/eslisp-camelify","last_synced_at":"2026-03-18T17:35:33.324Z","repository":{"id":57230378,"uuid":"42551182","full_name":"anko/eslisp-camelify","owner":"anko","description":"eslisp macro: this-is-a-variable → thisIsAVariable","archived":false,"fork":false,"pushed_at":"2017-05-05T15:28:06.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-08T15:48:43.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/anko.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":"2015-09-15T22:45:33.000Z","updated_at":"2022-11-26T18:19:49.000Z","dependencies_parsed_at":"2022-09-14T21:20:54.125Z","dependency_job_id":null,"html_url":"https://github.com/anko/eslisp-camelify","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Feslisp-camelify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Feslisp-camelify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Feslisp-camelify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Feslisp-camelify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anko","download_url":"https://codeload.github.com/anko/eslisp-camelify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223325,"owners_count":20743168,"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-10-03T10:28:12.496Z","updated_at":"2026-01-08T04:54:25.258Z","avatar_url":"https://github.com/anko.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslisp-camelify [![](https://img.shields.io/npm/v/eslisp-camelify.svg?style=flat-square)][1] [![](https://img.shields.io/travis/anko/eslisp-camelify.svg?style=flat-square)][2] [![](https://img.shields.io/badge/eslisp_chat-gitter_%E2%86%92-blue.svg?style=flat-square)][3]\n\nAn [eslisp][4] macro that rewrites all atoms in its arguments from\n`dash-separated` to `camelCase`, but otherwise touches nothing.\n\nHandy if you prefer lisp-like `dash-separated-variables`.\n\n## Example\n\n    (macro camelify (require \"eslisp-camelify\"))\n    (camelify\n      (explain-that (the-answer-is 42)))\n\n↓\n\n    explainThat(theAnswerIs(42));\n\nIt probably makes good sense to use this as a [transform macro][5] to wrap your\nwhole program though:\n\n    eslc -t eslisp-camelify \u003c input.esl \u003e output.js\n\nSee [the tests][6] for fuller usage.\n\n## License\n\n[ISC][7].\n\n[1]: https://www.npmjs.com/package/eslisp-camelify\n[2]: https://travis-ci.org/anko/eslisp-camelify\n[3]: https://gitter.im/anko/eslisp\n[4]: https://github.com/anko/eslisp\n[5]: https://github.com/anko/eslisp/blob/master/doc/how-macros-work.markdown#transform-macros\n[6]: test.esl\n[7]: http://opensource.org/licenses/ISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanko%2Feslisp-camelify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanko%2Feslisp-camelify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanko%2Feslisp-camelify/lists"}