Skip to content

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

Notifications You must be signed in to change notification settings

btford/readme-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages