{"id":16048274,"url":"https://github.com/wpsh/to-wp-txt","last_synced_at":"2025-03-18T04:30:58.040Z","repository":{"id":143830958,"uuid":"173605512","full_name":"wpsh/to-wp-txt","owner":"wpsh","description":"Convert Markdown to WordPress readme.txt format","archived":false,"fork":false,"pushed_at":"2019-03-25T07:27:44.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T07:01:56.698Z","etag":null,"topics":["es6","javascript","node-module","wordpress","wordpress-development"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpsh.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-03T17:16:36.000Z","updated_at":"2023-05-03T07:41:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"358abcb0-af9f-47ad-87ed-b8ef2b58c878","html_url":"https://github.com/wpsh/to-wp-txt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fto-wp-txt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fto-wp-txt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fto-wp-txt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Fto-wp-txt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpsh","download_url":"https://codeload.github.com/wpsh/to-wp-txt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902270,"owners_count":20366259,"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","node-module","wordpress","wordpress-development"],"created_at":"2024-10-09T00:05:48.575Z","updated_at":"2025-03-18T04:30:58.035Z","avatar_url":"https://github.com/wpsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown to WordPress Readme\n\n[![npm version](https://img.shields.io/npm/v/@wpsh/to-wp-txt.svg)](https://www.npmjs.com/package/@wpsh/to-wp-txt)\n[![Build Status](https://travis-ci.com/wpsh/to-wp-txt.svg?branch=master)](https://travis-ci.com/wpsh/to-wp-txt)\n[![Coverage Status](https://coveralls.io/repos/github/wpsh/to-wp-txt/badge.svg?branch=master)](https://coveralls.io/github/wpsh/to-wp-txt?branch=master)\n\nA helper library for converting Markdown files to WordPress `readme.txt` format.\n\n\n## Install\n\nInstall using [`npm`](https://www.npmjs.com) as a development dependency:\n\n```bash\nnpm install --save-dev @wpsh/to-wp-txt\n```\n\n## Usage\n\n```js\nconst fs = require('fs');\nconst towptxt = require('@wpsh/to-wp-txt').default;\n\nfs.readFile('readme.txt.md', 'utf8', (err, readme) =\u003e {\n  if (err) throw err;\n  fs.writeFile('readme.txt', towptxt(readme), err =\u003e {\n    if (err) throw err;\n  });\n});\n```\n\n\n## Credits\n\nCreated by [Kaspars Dambis](https://kaspars.net).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Fto-wp-txt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpsh%2Fto-wp-txt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Fto-wp-txt/lists"}