{"id":16471851,"url":"https://github.com/abranhe/check-camelcase","last_synced_at":"2025-07-12T07:35:15.375Z","repository":{"id":57197388,"uuid":"172174103","full_name":"abranhe/check-camelcase","owner":"abranhe","description":"Check if an string is camelCase  🐫 ","archived":false,"fork":false,"pushed_at":"2019-07-25T07:33:10.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T07:35:13.449Z","etag":null,"topics":["camelcase","javascript","nodejs","npm"],"latest_commit_sha":null,"homepage":"https://p.abranhe.com/check-camelcase","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abranhe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-23T05:12:20.000Z","updated_at":"2019-07-25T07:33:12.000Z","dependencies_parsed_at":"2022-09-16T13:11:47.077Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/check-camelcase","commit_stats":null,"previous_names":["abranhe/check-camelcase","abrahamhba/check-camelcase"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abranhe/check-camelcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcheck-camelcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcheck-camelcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcheck-camelcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcheck-camelcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/check-camelcase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fcheck-camelcase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958196,"owners_count":23689011,"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":["camelcase","javascript","nodejs","npm"],"created_at":"2024-10-11T12:14:59.959Z","updated_at":"2025-07-12T07:35:15.354Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","readme":"## 🐫 check-camelcase \n\n[![build](https://img.shields.io/travis/abranhe/check-camelcase.svg?logo=travis)](https://travis-ci.org/abranhe/check-camelcase)\n[![license](https://img.shields.io/github/license/abranhe/check-camelcase.svg)](https://github.com/abranhe/check-camelcase/blob/master/license)\n[![npm](https://img.shields.io/npm/v/check-camelcase)](https://npmjs.org/check-camelcase)\n\n\u003e Check if an string is [camelcase](https://en.wikipedia.org/wiki/Camel_case)\n\nIf you need to check if an string is camelCase you are in the right place.\n\n## Install\n\n```\n$ npm install check-camelcase\n```\n\n## Usage\n\n```js\nconst checkCamelcase = require('check-camelcase');\n\nconsole.log(checkCamelcase('camelCase'));\n// =\u003e true\n\nconsole.log(checkCamelcase('snake_case'));\n// =\u003e false\n\nconsole.log(checkCamelcase('Pascalcase'));\n// =\u003e true\n\nconsole.log(checkCamelcase('Darwin_case'));\n// =\u003e true\n\nconsole.log(checkCamelcase('string'));\n// =\u003e false\n```\n\n## API\n\n#### checkCamelcase(string)\n\nCheck if an string is camelCase\n\nType: `boolean`\n\n**string**\n\nType: `string`\n\n## Related\n\n- [tocamelcase](https://github.com/abranhe/tocamelcase): Convert to camelcase (Python).\n- [decamelize](https://github.com/abranhe/decamelize): Convert to snake case (Python).\n\n## Team\n\n|[![Carlos Abraham](https://avatars3.githubusercontent.com/u/21347264?s=50)](https://abranhe.com)|\n| :-: |\n| [Carlos Abraham](https://github.com/abranhe) |\n\n## License\n\n[MIT](https://github.com/abranhe/check-camelcase/blob/master/license) License © [Carlos Abraham](https://github.com/abranhe/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fcheck-camelcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fcheck-camelcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fcheck-camelcase/lists"}