Skip to content

EchoGen, a Yeoman scaffolding for Echo web framework

License

Notifications You must be signed in to change notification settings

mdouchement/echogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoGen

EchoGen is a simple Yeoman scaffolding for Labstack's Echo v3 web framework.

It uses Glide for application's dependencies. Go to glide.yaml.tmpl to see current dependencies versions.

Installation

$ go get -u github.com/mdouchement/echogen

# Dependencies that you need to develop your application.
$ go get -u github.com/Masterminds/glide
$ go get -u github.com/jteeuwen/go-bindata/...

# Used in Makefile for LiveReload.
$ brew install fswatch

Usage

EchoGen assumes that you have a well configured $GOPATH (e.g. $GOPATH=/go/) to generates the whole project.

$ cd $GOPATH/src/github.com/mdouchement
$ echogen --name lss

$ cd lss
$ glide install

# run the server with LiveReload
$ make serve

# or manually
$ go generate && go run myapp.go server -b localhost -p 5000

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

EchoGen, a Yeoman scaffolding for Echo web framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages