You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
11 lines
501 B
Markdown
11 lines
501 B
Markdown
![]() |
# `/tools`
|
||
|
|
||
|
Supporting tools for this project. Note that these tools can import code from the /pkg and /internal directories.
|
||
|
|
||
|
Current Tools:
|
||
|
* [schema](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/tree/master/tools/schema) - A command line tool for
|
||
|
local development that executes database migrations.
|
||
|
|
||
|
* [text-translator](https://gitlab.com/geeks-accelerator/oss/saas-starter-kit/tree/master/tools/text-translator) - A
|
||
|
command line tool for supporting internazionalied go-templates.
|