Home

Awesome

node-readme

npm license github-issues Circle CI build status

Generate your JS project README.md using an ES6 template

nodei.co

Features

Install

npm install --save-dev node-readme

Usage

Add a command in your package.json :

"scripts": {
  "readme": "node ./node_modules/.bin/node-readme"
},

Then run npm run readme to generate your README.md.

Custom Template

You can copy and customize the default README template and add it to your project as .README.md.

It uses the Javascript ES6 syntax and you can use these macros and variables :

Badges

Others

Scripts

Dependencies

PackageVersionDev
es6-template-strings1.0.0
es6-templates0.2.2
oss-license-name-to-url1.2.1
babel5.6.14
babel-eslint3.1.23

Contributing

Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Julien Bouquillon julien@bouquillon.com http://github.com/revolunet

License