{"id":13518550,"url":"https://github.com/dleitee/strman","last_synced_at":"2025-04-12T20:38:24.718Z","repository":{"id":44177022,"uuid":"56006770","full_name":"dleitee/strman","owner":"dleitee","description":"🏗A Javascript string manipulation library.","archived":false,"fork":false,"pushed_at":"2022-12-08T18:46:47.000Z","size":2256,"stargazers_count":2008,"open_issues_count":16,"forks_count":77,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-04-08T23:37:30.143Z","etag":null,"topics":["es6","javascript","string"],"latest_commit_sha":null,"homepage":"https://dleitee.github.io/strman/","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/dleitee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-11T20:50:35.000Z","updated_at":"2025-02-18T07:38:16.000Z","dependencies_parsed_at":"2022-09-13T08:31:35.974Z","dependency_job_id":null,"html_url":"https://github.com/dleitee/strman","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleitee%2Fstrman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleitee%2Fstrman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleitee%2Fstrman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dleitee%2Fstrman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dleitee","download_url":"https://codeload.github.com/dleitee/strman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631668,"owners_count":21136554,"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":["es6","javascript","string"],"created_at":"2024-08-01T05:01:46.127Z","updated_at":"2025-04-12T20:38:24.701Z","avatar_url":"https://github.com/dleitee.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/dleitee/strman/blob/master/strman_new.png?raw=true\"\u003e\n\u003c/p\u003e\n\n[![CircleCI](https://circleci.com/gh/dleitee/strman.svg?style=svg)](https://circleci.com/gh/dleitee/strman)\n[![Coverage Status](https://coveralls.io/repos/github/dleitee/strman/badge.svg?branch=master)](https://coveralls.io/github/dleitee/strman?branch=master)\n[![Code Climate](https://codeclimate.com/github/dleitee/strman/badges/gpa.svg)](https://codeclimate.com/github/dleitee/strman) [![Greenkeeper badge](https://badges.greenkeeper.io/dleitee/strman.svg)](https://greenkeeper.io/)\n\nA Javascript string manipulation library.\n\n## Install\n\nstrman v2.0.0 is available on npm/yarn:\n```\nnpm install strman --save\nyarn add strman\n```\n\n## Documentation\n\n[https://dleitee.github.io/strman/](https://dleitee.github.io/strman/)\n\n## Usage\n\n### With ES6/import\n\n```javascript\nimport { slugify } from 'strman'\n\nconst  title = \"A Javascript string manipulation library.\";\nslugify(title);\n// =\u003e \"a-javascript-string-manipulation-library\"\n```\n\n### With require\n\n```javascript\nconst slugify = require('strman').slugify;\n\nconst title = 'A Javascript string manipulation library.'\nslugify(title)\n// =\u003e \"a-javascript-string-manipulation-library\"\n```\n\n## Credits\n\n - [Stringy](https://github.com/danielstjules/Stringy)\n\n\n# Contributing\n\nWant to contribute? [Follow these recommendations.](https://github.com/dleitee/strman/blob/master/CONTRIBUTING.md)\n\n# LICENSE\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Daniel Leite de Oliveira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","funding_links":[],"categories":["JavaScript","前端"],"sub_categories":["javascript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleitee%2Fstrman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdleitee%2Fstrman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdleitee%2Fstrman/lists"}