Go Fiber Gen is a Go-based application leveraging the Fiber framework. It provides utilities to generate server-side components efficiently.
- Built with Go and the Fiber framework.
- Modular and scalable structure.
- Template-based generator for creating server components.
go-fiber-gen/
├── cmd/
│ └── go-fiber-gen/
│ └── main.go # Main entry point for the application
├── internal/
│ └── generator/
│ ├── generator.go # Core logic for component generation
│ └── templates.go # Templates used by the generator
├── go.mod # Go module file
-
Clone the repository:
git clone https://github.com/your-username/go-fiber-gen.git cd go-fiber-gen
-
Install dependencies:
go mod tidy
Run the main application:
go install github.com/dsapoetra/go-fiber-gen/cmd/go-fiber-gen@latest
go-fiber-gen <project-name>
- Modify the templates in
internal/generator/templates.go
to customize the generated components. - Extend the logic in
internal/generator/generator.go
to add new features.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.