UNPKG

grunt-readme

Version:

Grunt plugin for generating a README from templates, including an optional table of contents. No Gruntfile config is necessary, just choose a starter template and you'll be ready to go.

14 lines (8 loc) 235 B
To install the module, run the following in the command line: ```bash npm i {%= name %} --save ``` Use within your application with the following line of JavaScript: ```js var {%= _.safename(name) %} = require('{%= name %}'); ```