DEV Community

Cover image for Shipped: create-go-fiber-app
Vinayak
Vinayak

Posted on

Shipped: create-go-fiber-app

create-go-fiber-app — a tiny CLI to start a production-ready Go Fiber project fast.

npx create-go-fiber-app my-app && cd my-app && make dev

You’ll get Fiber v2, Air hot reload, Makefile, Docker, and example routes out of the box.

npm:

https://www.npmjs.com/package/create-go-fiber-app

What should be the next default: auth stub, healthcheck, or CI?

Top comments (0)