Skip to content

TheClowder/docker-buffalo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buffalo (Dockerized)

To create a buffalo project:

  1. Go to your $GOPATH
  2. In your terminal please run:
docker run -v $(pwd):/go/src/projects -w /go/src/projects theclowder/buffalo:latest buffalo new PROJECT_NAME

And that's it 🎉

Have in mind that it will create a folder with name PROJECT_NAME in the current folder.

Releases

No releases published

Packages

No packages published