1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00
Files
golang-saas-starter-kit/example-project/tools/truss/README.md

34 lines
515 B
Markdown
Raw Normal View History

# SaaS Truss
Copyright 2019, Geeks Accelerator
accelerator@geeksinthewoods.com.com
## Description
Truss provides code generation to reduce copy/pasting.
## Local Installation
### Build
```bash
go build .
```
### Usage
```bash
./truss -h
Usage of ./truss
--cmd string <dbtable2crud>
--db_host string <127.0.0.1:5433>
--db_user string <postgres>
--db_pass string <postgres>
--db_database string <shared>
--db_driver string <postgres>
--db_timezone string <utc>
--db_disabletls bool <false>
```