Skip to content

xDarkicex/getGoing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Project Generator: getGoing (name in progress.. lol)

by Gentry Rolofson

This project allows for quick generation of project to speed up development time.

How this project works

Install getGoing

Run getGoing as of version

version = 1.0.0

getGoing supports two template types

  • basic

    • has no folder structure just a main file
  • MVC(Model, View, Controller)

    • has MVC folder structure
./getGoing -new="project_name" -template="basic"

TODOS

  • Add option for orm driver insertion
  • Add option to setup model sructs in CLI

About

simplify Golang projects by adding a project generator to your work flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages