Welcome to the Create Go App project
Project originally developed at the end of 2019 by Vic Shóstak (who still works today).
Get started with Create Go App
To learn more about project, see https://github.com/create-go-app/cli/wiki and official README.
Get involved
You can join the fun by following our contributing guide. Everyone is welcome!
Special thanks to all our GitHub contributors for bringing this project to life.
Today we're still missing contributors who have expertise in the following skills:
- Creating content (writing understandable texts for project Wiki pages).
- Golang development (creating a new backend templates, writing tests, etc).
- Docker/Podman containerization (build Docker/Podman containers for backend templates).
- Ansible automatization (creating a new Ansible roles and playbooks).
If you are available to help on a voluntary basis, please contact to @koddr.
Repositories
The Create Go App project has a number of repositories, some important ones include:
- cli: A powerful interactive CLI to build your next wonderful project.
- fiber-go-template: A production-ready backend template with
Fiber
web framework for Create Go App CLI. - chi-go-template: A simple health-check backend template with
go-chi
router for Create Go App CLI. - net_http-go-template: A standard
net/http
backend template for Create Go App CLI.