Skip to content

MatthewMcDade13/gogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogen

CLI tool to Generate New Go projects and submodules

Installing

git clone https://github.com/MatthewMcDade13/gogen.git
cd gogen

# Linux
./install

# Install script for Windows not yet implemented

Usage

# New go project
gogen new my_project

# Gen new file module
gogen mod server

Project Structure

project_name/ src/ main.go go.mod Makefile

FileModule Structure

filemodule_name/ filemodule.go filemodule_test.go

About

CLI tool to Generate New Go projects and submodules

Resources

License

Stars

Watchers

Forks

Packages

No packages published