Git Product home page Git Product logo

goginit's Introduction

GoGinit ๐Ÿš€

GoGinit is a CLI tool for initializing Go backend projects with ease. Perfect for kickstarting your Go projects with structured templates and framework options!

Features ๐ŸŒŸ

  • Seamless Initialization: Set up a new Go project in no time.
  • Framework Options: Choose between Echo, Gin, or native net/http.
  • Customizable: Optionally include configuration files and setup scripts.

Installation ๐Ÿ› ๏ธ

Homebrew ๐Ÿบ (macOS/Linux)

  1. Tap the Homebrew repository:

    brew tap pol-cova/homebrew-goginit
  2. Install GoGinit:

    brew install goginit

Manual Installation

  1. Download the latest binary from the releases page.

  2. Extract the binary and move it to a directory in your PATH:

    tar -xzf goginit_<version>_<os>_<arch>.tar.gz
    sudo mv goginit /usr/local/bin/

Usage ๐ŸŽ‰

To initialize a new Go project, run:

goginit init

Framework Options

  • echo: For the Echo framework
  • gin: For the Gin framework
  • fiber: For the Fiber framework
  • martini: For the Martini framework
  • chi: For the Chi framework
  • mux: For the Mux framework
  • gorf: For the GoFr framework
  • default: For the native net/http

Future Updates ๐Ÿ”ฎ

  • Full Database Setup: Next updates will include a complete database initialization configuration.

Contribution Guidelines ๐Ÿค

We welcome contributions! To contribute:

  1. Fork the repository and clone your fork.
  2. Create a new branch for your changes.
  3. Make your changes and test thoroughly.
  4. Submit a pull request with a detailed description.

License ๐Ÿ“„

GoGinit is licensed under the MIT License.

Contact ๐Ÿ“ซ

For support or questions, reach out to us at [email protected].


Happy Coding! ๐ŸŽ‰


goginit's People

Contributors

pol-cova avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.