Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. buffalo g r name body
  2.       create  actions/names.go
  3.       create  actions/names_test.go
  4.       create  locales/names.en-us.yaml
  5.       create  templates/names/_form.html
  6.       create  templates/names/edit.html
  7.       create  templates/names/index.html
  8.       create  templates/names/new.html
  9.       create  templates/names/show.html
  10.          run  buffalo db g model name body
  11. v4.2.2
  12.  
  13.       create  models/name.go
  14.       create  models/name_test.go
  15.          run  goimports -w actions/actions_test.go actions/app.go actions/home.go actions/home_test.go actions/names.go actions/names_test.go actions/people.go actions/people_test.go actions/render.go grifts/init.go main.go models/name.go models/name_test.go models/person.go models/person_test.go
  16. > migrations/20180323122600_create_names.up.fizz
  17. > migrations/20180323122600_create_names.down.fizz
  18.          run  goimports -w actions/actions_test.go actions/app.go actions/home.go actions/home_test.go actions/names.go actions/names_test.go actions/people.go actions/people_test.go actions/render.go grifts/init.go main.go models/name.go models/name_test.go models/person.go models/person_test.go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement