Closed michaelbeil closed 9 years ago
We could do this by adding the following to Gruntfile.js:
wp_readme_to_markdown: { your_target: { files: { 'README.md': 'readme.txt' } }, }, // Create README.md from readme.txt grunt.registerTask( 'readme', ['wp_readme_to_markdown']);
and "grunt-wp-readme-to-markdown": "~0.9.0" to package.json.
"grunt-wp-readme-to-markdown": "~0.9.0"
However, our readme.txt and README.md are quite different so I don't know if we would want to go this route.
Should I close this out @bearded-avenger?
We could do this by adding the following to Gruntfile.js:
and
"grunt-wp-readme-to-markdown": "~0.9.0"
to package.json.