packagereadme

1.0.0 • Public • Published

Build Status

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);
  // prints the module's readme if found
});
 

Readme

Keywords

Package Sidebar

Install

npm i packagereadme

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • soldair