{"id":17497298,"url":"https://github.com/moox/metalsmith-rename","last_synced_at":"2025-04-13T13:12:23.608Z","repository":{"id":31329509,"uuid":"34892057","full_name":"MoOx/metalsmith-rename","owner":"MoOx","description":"metalsmith plugin to rename entries","archived":false,"fork":false,"pushed_at":"2017-11-21T07:01:17.000Z","size":4,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:12:31.748Z","etag":null,"topics":[],"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/MoOx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-01T06:21:19.000Z","updated_at":"2019-08-18T16:43:51.000Z","dependencies_parsed_at":"2022-08-03T15:00:09.857Z","dependency_job_id":null,"html_url":"https://github.com/MoOx/metalsmith-rename","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fmetalsmith-rename","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fmetalsmith-rename/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fmetalsmith-rename/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fmetalsmith-rename/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoOx","download_url":"https://codeload.github.com/MoOx/metalsmith-rename/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717236,"owners_count":21150389,"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-19T15:39:57.055Z","updated_at":"2025-04-13T13:12:23.589Z","avatar_url":"https://github.com/MoOx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# metalsmith-rename [![Travis Build Status](https://travis-ci.org/MoOx/metalsmith-rename.svg)](https://travis-ci.org/MoOx/metalsmith-rename)\n\n\u003e Metalsmith plugin to rename entries\n\n## Installation\n\n```console\n$ npm install metalsmith-rename\n```\n\n## Usage\n\n```js\nimport Metalsmith from \"metalsmith\"\nimport rename from \"metalsmith-rename\"\n\nnew Metalsmith(\"./\")\n  .use(\n    rename([\n      [/\\.md$/, \".html\"]\n    ])\n  )\n  .build(err =\u003e {if (err) {throw err}})\n```\n\n### Options\n\nThis plugin takes an array.\nEach item must be an array of [pattern, replacement]\n\n## [Changelog](CHANGELOG.md)\n\n## [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fmetalsmith-rename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoox%2Fmetalsmith-rename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fmetalsmith-rename/lists"}