Skip to content

yaza-putu/gos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GOS

Golang Starter API Tool

How to install

go install github.com/yaza-putu/gos@latest

If it's not accessible, try moving it to the global bin

 mv ~/go/bin/gos /usr/local/bin

Create Echo + GORM project

gos create --echo

Create ECHO + MONGO project

gos create --echo --mongo