Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

msbu-tech/go-sf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sf

Code Climate

Service Frame generator for Dpp in Go. https://msbu-tech.github.io/go-sf/

Install

go get github.com/msbu-tech/go-sf/cmd/go-sf

You need to set $GOPATH:

$ mkdir $HOME/work
$ export GOPATH=$HOME/work

And then add $GOPATH to your $PATH:

$ export PATH=$PATH:$GOPATH/bin

See https://golang.org/doc/code.html

Usage

go-sf -new -name=doctor \
      -author=msbu \
      -template=template/service \
      -output=/path/to/output

License

MIT