https://github.com/k1low/setup-tbls
GitHub Action for tbls
https://github.com/k1low/setup-tbls
bigquery continuous-integration database-document database-schema documentation-tool dynamodb er-diagram excel mariadb markdown mermaid mysql plantuml postgresql redshift snowflake spanner sqlite sqlserver
Last synced: 17 days ago
JSON representation
GitHub Action for tbls
- Host: GitHub
- URL: https://github.com/k1low/setup-tbls
- Owner: k1LoW
- License: mit
- Created: 2023-02-14T00:12:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:15:41.000Z (6 months ago)
- Last Synced: 2025-03-29T05:41:32.642Z (about 1 month ago)
- Topics: bigquery, continuous-integration, database-document, database-schema, documentation-tool, dynamodb, er-diagram, excel, mariadb, markdown, mermaid, mysql, plantuml, postgresql, redshift, snowflake, spanner, sqlite, sqlserver
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-tbls
GitHub Action for [tbls](https://github.com/k1LoW/tbls)
## Usage
And set up a workflow file as follows and run tbls on GitHub Actions.
``` yaml
# .github/workflows/doc.yml
name: Documenton:
push:
branches:
- mainjobs:
doc:
runs-on: ubuntu-latest
steps:
-
name: Checkout .tbls.yml
uses: actions/checkout@v3
-
uses: k1low/setup-tbls@v1
-
name: Run tbls for generate database document
run: tbls doc
```See [action.yml](action.yml) and [tbls README](https://github.com/k1LoW/tbls) for more details on how to configure it.