@amjs/create-readme
v0.1.4
Published
Allows to create the README.md file of a project
Downloads
5
Readme
@amjs/create-readme 0.1.4
Allows to create the README.md file of a project
Installation
$ npm i @amjs/create-readme
Usage
Declare 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 |