readme-good

0.1.0 • Public • Published

readme good Build Status

naive judge of the quality of a markdown readme for an open source project

Install

npm install readme-good

Usage

var readmeGood = require('readme-good');
 
// returns a hash representing % fir each category
// 1 is good, 0 is bad
readmeGood('# this is some markdown\n\n# license\n');
// -> { headers: { score: 0.5, suggestions: ['should have a "see also" section'] },
//      writing: { score: 1,   suggestions: [] } }

Future Work

  • check that languages are specified in code blocks

License

MIT

Package Sidebar

Install

npm i readme-good

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • btford