Categorygithub.com/Rascal0814/boot
modulepackage
1.0.9
Repository: https://github.com/rascal0814/boot.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Version 当前框架的版本.

# Type aliases

No description provided by the author