0.1.0 • Published 10 years ago

readme-good v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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