{"id":18388035,"url":"https://github.com/methodgrab/atom-underscore-string","last_synced_at":"2025-04-07T01:31:24.103Z","repository":{"id":149551180,"uuid":"87584339","full_name":"MethodGrab/atom-underscore-string","owner":"MethodGrab","description":"Wraps underscore.string’s string manipulation functions for use in Atom","archived":false,"fork":false,"pushed_at":"2020-08-20T23:25:22.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T10:23:57.190Z","etag":null,"topics":["atom","atom-editor","atom-package"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/underscore-string","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MethodGrab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-04-07T20:28:23.000Z","updated_at":"2025-02-20T23:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5907817-36a5-4ff6-b590-0c9dd13c7474","html_url":"https://github.com/MethodGrab/atom-underscore-string","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/MethodGrab%2Fatom-underscore-string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fatom-underscore-string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fatom-underscore-string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fatom-underscore-string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MethodGrab","download_url":"https://codeload.github.com/MethodGrab/atom-underscore-string/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247577885,"owners_count":20961192,"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":["atom","atom-editor","atom-package"],"created_at":"2024-11-06T01:30:16.651Z","updated_at":"2025-04-07T01:31:24.079Z","avatar_url":"https://github.com/MethodGrab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atom-underscore-string [![Build Status](https://travis-ci.org/MethodGrab/atom-underscore-string.svg?branch=master)](https://travis-ci.org/MethodGrab/atom-underscore-string)\n\n[![apm](https://img.shields.io/apm/v/underscore-string)](https://atom.io/packages/underscore-string)\n\n\u003e Wraps [underscore.string](https://github.com/epeli/underscore.string)’s string manipulation functions for use in Atom.\n\n\n## Getting Started\nInstall the package with `apm install underscore-string`\n\n\n## Keybindings\nThere are no default keybindings but you can add your own by editing your `keymap.cson` file, eg:\n\n```cson\n'atom-workspace':\n  'ctrl-alt-s': 'underscore-string:slugify'\n```\n\n\n## API\nThe following underscore.string methods are currently available:\n- `camelize`\n- `capitalize`\n- `chars`\n- `classify`\n- `clean`\n- `cleanDiacritics`\n- `dasherize`\n- `decapitalize`\n- `escapeHTML`\n- `escapeRegExp`\n- `humanize`\n- `lines`\n- `ltrim`\n- `pred`\n- `quote`\n- `reverse`\n- `rtrim`\n- `slugify`\n- `stripTags`\n- `succ`\n- `swapCase`\n- `titleize`\n- `toNumber`\n- `trim`\n- `underscored`\n- `unescapeHTML`\n- `unquote`\n- `word`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Fatom-underscore-string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmethodgrab%2Fatom-underscore-string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Fatom-underscore-string/lists"}