Skip to content

Releases: rudrodip/ginit

Ginit - alpha

01 Jan 13:56
Compare
Choose a tag to compare
Ginit - alpha Pre-release
Pre-release

ginit Alpha Release (v0.1.0-alpha)

I am excited to announce the alpha release of ginit – a lightweight and easy-to-use CLI tool for initializing Go projects with predefined structures.

Features in this Alpha Release:

  1. Project Type Selection:

    • Choose between CLI and Backend project types.
    • Each project type comes with its predefined structure and configuration.
  2. Automated Project Generation:

    • Use ginit to generate project structures quickly.
    • Automates the creation of directories, files, and essential configurations.
  3. Installation Script:

    • Easily install ginit on your machine using a simple shell script.
    • Adds the binary to your PATH for seamless command-line access.

How to Install:

To install ginit, run the following command in your terminal:

curl -sSL https://raw.githubusercontent.com/rudrodip/ginit/main/install.sh | bash

Getting Started:

Once installed, create a new project by running:

ginit

Follow the prompts to select the project type and provide necessary details.

Feedback and Contributions:

This is an alpha release, and we encourage users to provide feedback, report issues, or contribute to the project on GitHub.

I appreciate your support and look forward to improving ginit based on your input.

Happy coding!