Converts WP readme.txt file to markdown (readme.md)
npm install wp-readme-to-markdownThis package is the node port of stephenharris/wp-readme-to-markdown Grunt plugin.
``sh`
npm install wp-readme-to-markdown --save-dev
`js`
...
"scripts": {
...
"generate-md": "wp-readme-to-md --screenshot-url=https://ps.w.org/dokan-lite/assets/{screenshot}.png"
},
...
sh
npm run generate-md
``