gomake

command module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 7 Imported by: 0

README

gomake

Cli to start your new Go project. It uses git and makefile.

Installation

go install

use go to install gomake :

go install github.com/LitFill/gomake@latest
dependencies

gomake uses git and makefile so it requires git and make to be installed.

Usage

gomake "LitFill/program"

it makes program dir, inits go mod init LitFill/program, makes main.go, inits git repo, and creates Makefile.

then you can use the Makefile like so:

make        # build for linux
make win    # build for windows
make run    # run the program
make help   # show help

README.md dalam bahasa Indonesia : README.md

Documentation

Overview

goMake is a Go package that makes things go + make = gomake Author: LitFill <marrazzy@gmail.com>

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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