Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.18 KB

project_name

project_description

Demo

Usage

project_name <options> <args>

Install

go install github.com/author_name/project_name@latest

Go SaaS Template

The simple golang template for SaaS, tools, and services.

How to use this template

DO NOT FORK this is meant to be used from Use this template feature.

  1. Click on Use this template
  2. Give a name to your project (e.g. my_awesome_project recommendation is to use all lowercase and underscores separation for repo names.)
  3. Wait until the first run of CI finishes (Github Actions will process the template and commit to your new repo) Then clone your new project and happy coding!
  4. Rename .env-example to .env and fill in the values
  5. Replace banner at cmd/project_name/main.go by use this tool: https://patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=%20project_name

NOTE: WAIT until first CI run on Github actions before cloning your new project.

What is included in this template