Allows to create the README.md file of a project
$ npm i @amjs/create-readmeDeclare an additional script in your package.json file:
{
"scripts": {
"doc": "node node_modules/@amjs/create-index"
}
}| Options | Description |
|---|---|
--d, -docs, -partials |
Additional Handlebars templates to add into README file |