1.0.3 • Published 6 years ago

readme-auto v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

README Generator

logo

Auto-generate a beautiful README for a project based on its code comments.

This very README was generated from readme-generator! Supports any language that uses star comments.

Installation

npm i -g readme-auto

API

generate.js

generate [command]

Generate a README using any child code files of the current directory.

Usage

generate -m "<mainFile.js>" [ -i <ignore dir> ]

Options

--mainFile

Alias: -m Type: string Required: true

The relative location of the main file to your code. This will be the file whose code comments supply application metadata.

--ignore

Alias: -i Type: string Required: false

Ignore a code file or a set of code files within a directory when creating the README. For example:

generate -m mainFile.js -i node_modules

Would create documentation in the README for all files in the current directory and child directories EXCEPT anything in node_modules.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago