make

command
v0.0.0-...-57f3b98 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

README

cmd.make

Download useful Makefiles that can be composed together for ease of development.

Usage:

$ go run github.com/alextanhongpin/core/cmd/make -name docker

Currently available Makefiles:

  • docker: easily start and stop docker-compose
  • atlas: manage database migration declaratively and through versioning

WIP:

  • test: executes golang tests, view test coverage
  • database: other command database operations
  • air: hot-reload for golang application

Combining Makefiles

You can create a root Makefile and include the other makefiles:

include .env
export


include Makefile.*.mk

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