vk

command module
v0.0.0-...-9adba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2021 License: MIT Imports: 1 Imported by: 0

README

vk

快速构建 Go 项目脚手架

生成项目结构

demo
 ├── bootstrap
 │   └── bootstrap.go
 ├── config
 │   ├── default.yml
 │   ├── development.yml
 │   ├── production.yml
 │   └── test.yml
 ├── handler
 │   └── index.go
 ├── middleware
 │   └── init.go
 ├── router
 │   └── router.go
 ├── main.go
 ├── go.mod
 ├── go.sum
 └── README.md

Usage

# 创建项目
vk new demo

# 创建 service
vk make:service test
# 或者
vk ms test

# 创建 handler
vk make:handler test
# 或者
vk mh test

# 创建 middleware
vk make:middleware test
# 或者
vk mm test

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
new

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL