Skip to content

Rascal0814/boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boot

A Framework Based on Kratos Packaging

Installation

go get -u github.com/Rascal0814/boot

Quickstart

go install github.com/Rascal0814/boot/tools/boot@latest

and enter the following in your terminal for getting help

boot --help

# generate app template 
boot new 

# generate database table crud
# --dsn is database conn like: mysql://user:password@tcp(xxx:3306)/xxx?charset=utf8&parseTime=True&loc=Local
# --pkg is you model pkg
# -o --output output file path. if not specified while use current dir to generate file

boot crud --dsn xxx --pkg xxx -o xxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published