Skip to content

Go-blueprint allows users to spin up a quick Go project using a popular framework

License

Notifications You must be signed in to change notification settings

AYGA2K/go-blueprint

 
 

Repository files navigation

logo

Introducing the Ultimate Golang Blueprint Library

Go Blueprint is a CLI tool that allows users to spin up a Go project with the corresponding structure seamlessly. It also gives the option to integrate with one of the more popular Go frameworks (and the list is growing with new features)!

Why Would I use this?

  • Easy to set up and install
  • Have the entire Go structure already established
  • Setting up a Go HTTP server (or Fasthttp with Fiber)
  • Integrate with a popular frameworks
  • Focus on the actual code of your application

Table of Contents

Install

go install github.com/melkeydev/go-blueprint@latest

This installs a go binary that will automatically bind to your $GOPATH

Then in a new terminal run:

go-blueprint create

You can also use the provided flags to set up a project without interacting with the UI.

go-blueprint create --name my-project --framework gin --driver postgres

See go-blueprint create -h for all the options and shorthands.

Frameworks Supported

Database Support

Go Blueprint now offers enhanced database support, allowing you to choose your preferred database driver during project setup. Use the --driver or -d flag to specify the database driver you want to integrate into your project.

Supported Database Drivers

Choose from a variety of supported database drivers:

Usage Example

Here's an example of setting up a project with a specific database driver:

go-blueprint create --name my-project --framework gin --driver postgres

Starter Image

Github Stats

Alt

Licence

Licensed under MIT License

About

Go-blueprint allows users to spin up a quick Go project using a popular framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 99.7%
  • Shell 0.3%