Service is a bootstrapping generator for creating new microservices.
go get github.com/gomicro/micro
cd $GOPATH/src/github.com/gomicro/micro
make build install
See latest releases for precompiled binaries.
- create new directory for desired service
- run
micro
within that directory - vendor your dependecies with your tool of choice
- run and test the new service with
make run test
The project will be versioned in accordance with Semver 2.0.0. See the releases section for the latest version. Until version 1.0.0 the project is considered to be unstable.
It is always highly recommended to vendor the version you are using.
See LICENSE.md for more information.