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.
- Host: GitHub
- URL: https://github.com/roma-glushko/rst-table-tool
- Owner: roma-glushko
- Created: 2017-12-01T18:26:55.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-12-01T18:44:59.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T06:20:51.105Z (6 months ago)
- Topics: cli-app, console-application, markdown, md, rst, table
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RstTableTool
## PurposeThe 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
```