1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00
Files
golang-saas-starter-kit/tools/README.md

11 lines
501 B
Markdown
Raw Permalink Normal View History

2019-08-22 17:33:47 -08:00
# `/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.