packagereadme
1.0.0 • Public • Published
packagereadme
return the readme as a string for the current package based on closest package.json in the specified or parent directory
example
var readme = require('packagereadme');
readme(__dirname,function(err,readme){
console.log(readme);
});
Package Sidebar
Install
Weekly Downloads