A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

6 Open Issues Need Help Last updated: Jan 26, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a new `-H` flag to the `gogen` tool. This flag should display a help message listing all available flags and their descriptions, similar to how `gogen -H` would function.

Complexity: 2/5
enhancement good first issue

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go

AI Summary: This issue requests the addition of visual badges for the Fiber and Gin frameworks to the project's README file. The goal is to make it easier for visitors to quickly identify supported frameworks. The resolution involves finding or creating shields.io badges and placing them prominently in the README.

Complexity: 1/5
documentation good first issue

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go

AI Summary: A bug has been reported where importing files in the project sometimes results in an extra forward slash '/' being appended to the file path. This incorrect path generation leads to errors when attempting to access or reference these files.

Complexity: 2/5
bug good first issue

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go

AI Summary: This issue proposes to refactor the codebase to use consistent camelCase naming for models and functions. Currently, some model names are in kebab-case, leading to inconsistencies across different parts of the application. The fix involves renaming these models and updating all their references, which will improve code readability and maintainability.

Complexity: 3/5
bug enhancement help wanted

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go

AI Summary: This issue requests an enhancement to the project's documentation. Specifically, it asks for the addition of more usage examples, a comprehensive list of supported CLI flags and options, and sample output to improve the onboarding experience for new users.

Complexity: 2/5
documentation good first issue

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go

AI Summary: This issue requests the creation of a CONTRIBUTING.md file to onboard new developers. The guide should cover bug reporting, pull request submission (including branching and commit message conventions), coding standards, and local testing procedures. The goal is to simplify the contribution process for newcomers.

Complexity: 2/5
documentation help wanted good first issue

A powerful CLI tool to generate complete CRUD resources for Go Fiber framework in seconds ⚡

Go