To create a buffalo project:
- Go to your $GOPATH
- 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.