{"id":28856266,"url":"https://github.com/brianfunk/capstring","last_synced_at":"2025-07-24T13:02:12.658Z","repository":{"id":57194199,"uuid":"76815103","full_name":"brianfunk/capstring","owner":"brianfunk","description":"CaPiTaLiZe StRiNgS!","archived":false,"fork":false,"pushed_at":"2016-12-19T07:17:47.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2024-10-09T10:01:29.078Z","etag":null,"topics":["capitalization","string"],"latest_commit_sha":null,"homepage":null,"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/brianfunk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-19T00:31:07.000Z","updated_at":"2017-02-20T00:18:26.000Z","dependencies_parsed_at":"2022-09-01T23:41:00.309Z","dependency_job_id":null,"html_url":"https://github.com/brianfunk/capstring","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/brianfunk/capstring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianfunk%2Fcapstring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianfunk%2Fcapstring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianfunk%2Fcapstring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianfunk%2Fcapstring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianfunk","download_url":"https://codeload.github.com/brianfunk/capstring/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianfunk%2Fcapstring/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260852173,"owners_count":23072607,"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":["capitalization","string"],"created_at":"2025-06-20T00:12:55.953Z","updated_at":"2025-07-24T13:02:12.633Z","avatar_url":"https://github.com/brianfunk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![capstring](https://img.shields.io/badge/CaPiTaLiZe-StRiNgS!-brightgreen.svg)](https://github.com/brianfunk/capstring)\n[![GitHub](https://img.shields.io/github/release/brianfunk/capstring.svg?maxAge=2592000)](https://github.com/brianfunk/capstring)\n[![npm](https://img.shields.io/npm/v/capstring.svg?maxAge=2592000)](https://www.npmjs.com/package/capstring)\n[![Code Climate](https://codeclimate.com/github/brianfunk/capstring/badges/gpa.svg)](https://codeclimate.com/github/brianfunk/capstring)\n[![codecov](https://codecov.io/gh/brianfunk/capstring/branch/dev/graph/badge.svg)](https://codecov.io/gh/brianfunk/capstring)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fe13d389817449bbabbf851867226408)](https://www.codacy.com/app/bfunk/capstring)\n[![bitHound Overall Score](https://www.bithound.io/github/brianfunk/capstring/badges/score.svg)](https://www.bithound.io/github/brianfunk/capstring)\n[![TravisCI](https://travis-ci.org/brianfunk/capstring.svg?branch=dev)](https://travis-ci.org/brianfunk/capstring)\n[![Dependency Status](https://www.versioneye.com/user/projects/57dde680bf3e4c0034e21e94/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57dde680bf3e4c0034e21e94)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/)\n[![Semver](https://img.shields.io/badge/SemVer-2.0-blue.svg)](http://semver.org/spec/v2.0.0.html)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT)\n[![LinkedIn](https://img.shields.io/badge/Linked-In-blue.svg)](https://www.linkedin.com/in/brianrandyfunk)\n\n# capstring\n\nCaPiTaLiZe StRiNgS!\n\n## Install\n\n    npm install capstring --save\n    \n## Usage\n\n    var capstring = require('capstring');\n    \n    capstring(string, cap);\n\n## Values\n\nValid capitalization options:\n\n+ title\n+ sentence\n+ upper\n+ lower\n+ same\n+ none\n+ proper\n+ camel\n+ pascal\n+ snake\n+ python\n+ crazy\n+ random\n+ leet\n+ reverse\n\n## Examples\n\n    capstring('hello WORLD', 'title');  // returns 'Hello World'\n    capstring('hello WORLD', 'sentence');  // returns 'Hello world'\n    capstring('hello WORLD', 'upper');  // returns 'HELLO WORLD'\n    capstring('hello WORLD', 'lower');  // returns 'hello world'\n    \n## Tests\n    \n    npm test\n    \n## Coverage\n\n    npm run coverage\n    \n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct and the process for submitting pull requests.\n\n## Versioning\n\nThis application is maintained under [the Semantic Versioning 2.0 guidelines](http://semver.org/spec/v2.0.0.html).\n\n## Copyright and license\n\nCode and documentation copyright 2016 Brian Funk. Code released under [the MIT license](https://opensource.org/licenses/MIT).\n\n### # \" \"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianfunk%2Fcapstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianfunk%2Fcapstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianfunk%2Fcapstring/lists"}