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

https://github.com/roma-glushko/rst-table-tool

The script creates RST tables by path and saves the table to some file.
https://github.com/roma-glushko/rst-table-tool

cli-app console-application markdown md rst table

Last synced: 4 months ago
JSON representation

The script creates RST tables by path and saves the table to some file.

Awesome Lists containing this project

README

          

# RstTableTool

## Purpose

The script creates RST tables by path and saves the table to some file.

## Features

The only command provided is `rst:table:generate` which allows to use the following set of parameters:

| Parameter | Type | Description |
| --------------------------------------------- | -------- | ------------------------------------------------------------------------------------- |
| --path=PATH | **Required** | Path to directory files should be included to RST table |
| --output-file=OUTPUTFILE | **Required** | File to save RST table |
| --excluded-path-list=EXCLUDEPATHLIST | **Optional** | List of strings paths( separated by whitespaces) that contain them should be excluded |

## Usage

```bash
php rst-table-tool.php rst:table:generate -- /Users/user/Projects/rst-table-builder table.log vendor table.log composer
```