Categorygithub.com/RivenZoo/backbone
repository
0.0.0-20191101135959-909db3f3ff2e
Repository: https://github.com/rivenzoo/backbone.git
Documentation: pkg.go.dev

# 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
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
No description provided by the author

# README

backbone

A basic library for golang.

Install http api generator

go install github.com/RivenZoo/backbone/cmd/http_codegen

Use example

http_codegen -input ./examples/demo_server/controllers/short_url.go

Install project creator

go install github.com/RivenZoo/backbone/cmd/projcreator

Use example

projcreator -project test -gitRepo https://github.com/RivenZoo/injectgo.git -output /tmp/injectgo -gitVer v0.4.0

Use docker

docker run --rm -v /tmp:/tmp rivenzoe/projcreator:latest projcreator -project test -gitRepo https://github.com/RivenZoo/injectgo.git -output /tmp/injectgo -gitVer v0.4.0