gini

command module
v1.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2026 License: MIT Imports: 6 Imported by: 0

README

Gini

Language Version Go Reference

Gini is an open-source CLI tool that speeds up Go project setup by generating a clean, structured project layout with sensible defaults and essential tooling.

It removes repetitive boilerplate so you can focus on building your application logic.


Features

  • Fast project scaffolding
  • Ready-to-use configuration and sensible defaults
  • Minimal setup with no unnecessary friction
  • Ideal for small Go projects and MVPs

Gini preview

Usage

gini build
# or
gini b

This creates a new directory with the predefined structure and configuration.


Installation

Go install
go install github.com/rafaeldepontes/gini@latest

This installs the gini binary into your $GOPATH/bin directory.

Make sure $GOPATH/bin is included in your $PATH.


Requirements

  • Go 1.26.0 or newer

Why Gini?

Bootstrapping Go projects over and over can be repetitive. Setting up the Dockerfile, docker-compose, and basic project structure from scratch takes time that could be spent on actual development.

Gini provides a consistent starting point and helps you:

  • Reduce setup time
  • Keep project structure consistent
  • Generate Docker-related files with the essentials already in place

Roadmap

  • Custom templates
  • Docker support
  • Configurable project layouts

Contributing

Contributions are welcome.

Feel free to open an issue or submit a pull request.


License

MIT

Contact

If something goes wrong, contact: rafael.cr.carneiro@gmail.com

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL