Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 343 Bytes

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.