Service

Service is a bootstrapping generator for creating new microservices.
Installing
go get github.com/gomicro/service
Usage
Generate a bootstrap of a new microservice
Usage:
service [flags]
service [command]
Available Commands:
help Help about any command
version Display the version
Flags:
--db whether the service will have a database or not
-h, --help help for service
--installable whether the service will be installable or not
--name string service name (default "service")
--org string organization name (default "gomicro")
--source string source location (default "https://github.com/gomicro/service")
Use "service [command] --help" for more information about a command.
Versioning
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.
License
See LICENSE.md for more information.