GIN-Booster, a lightweight enhancement for GIN framework, prioritizes speed and efficiency. The tool is intentionally designed with a streamlined file structure, emphasizing a quick and straightforward development experience.
-
Minimal Overhead: GIN-Booster omits unnecessary elements, ensuring reduced startup times and faster execution.
-
Optimized Configurations: Configuration files are well-organized in the
config
folder, providing easy access to development and production settings without unnecessary complexity. -
Tested Performance: The project undergoes rigorous performance testing, ensuring that every feature contributes to an optimized and responsive experience.
gin run
: Execute to run the GIN framework.gin create project-name
: Create a new GIN project with the specified name.gin uninstall
: Uninstall GIN-Booster.
- Clone the repository:
git clone https://github.com/isaka-james/gin
- Run the installation script as root:
sudo bash install
gin-project/
|-- config/
| |-- development/
| |-- development.yaml
| |-- production/
| |-- production.yaml
|-- middleware/
| |-- middleware.go
| |-- ..
|-- routes/
| |-- route.go
|-- static/
| |-- css/
| |-- style.css
| |-- js/
| |-- script.js
|-- templates/
| |-- index.html
|-- main.go
|-- .gitignore
|-- LICENSE
Your contributions are highly appreciated! If you find a bug, have a suggestion, or want to add a cool feature, feel free to open an issue or create a pull request. Follow these steps to contribute:
- Fork the repository: Click the "Fork" button on the top right.
- Create a branch: Make your changes on a new branch.
- Commit your changes: Clearly describe your changes.
- Push to your fork: Send your changes to your fork.
- Submit a pull request: Open a pull request, and we'll review your changes.
Let's make this tool even more awesome together!
Experience immediate speed with GIN-Booster!
Adjusted the file structure section to include the middleware
directory.
This project is licensed under the MIT License.
License
This project is licensed under the MIT License.
Experience immediate speed with GIN-Booster!