1.4.0 • Published 3 years ago

@rianbotha/react-doc-md v1.4.0

Weekly downloads
128
License
MIT
Repository
github
Last release
3 years ago

react-doc-md

npm version Known Vulnerabilities

Generate readme.md files for React components using react-docgen.

Installation

npm i -g @rianbotha/react-doc-md

Usage

Run the following command in the terminal to replace or create a readme.md in the same directory.

doc-md path/to/index.js path

The first argument is the path to the file containing your React component(s) or a glob. It can be a comma separated list.

Note: Globs needs to be wrapped in quotes.

The second argument is the base path from which the import path will be calculated.

If the file is named index.js the readme.md will be name readme.md. Otherwise the readme will be name filename.md to match your file.

The documentation needs to be wrapped between <!-- doc-md-start --> and <!-- doc-md-end --> for the replacement to work.

Options

  • --ignore A filename or glob to exclude. You can comma separate a list. Make sure to wrap globs in quotes.
  • --to-console will write the props table to the terminal instead of the file.
  • --force Overwrite the current readme if it exists and start and end comments are missing.
  • --help or -h display usage options
  • --version or -v display version information
1.4.0

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago