An open API service indexing awesome lists of open source software.

https://github.com/wolfchamane/amjs-create-readme

Allows to create the README.md file of a project
https://github.com/wolfchamane/amjs-create-readme

documentation module nodejs readme tool

Last synced: about 2 months ago
JSON representation

Allows to create the README.md file of a project

Awesome Lists containing this project

README

          

# @amjs/create-readme 0.1.4

> Allows to create the README.md file of a project

## Installation

```bash
$ npm i @amjs/create-readme
```
## Usage

Declare an additional script in your `package.json` file:
```json
{
"scripts": {
"doc": "node node_modules/@amjs/create-index"
}
}
```

| Options | Description |
|:---:|:--- |
| `--d`, `-docs`, `-partials` | Additional [Handlebars]() templates to add into README file |