blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

How to customize project name? #71

Closed whitesnow9291 closed 6 years ago

whitesnow9291 commented 6 years ago

When I install this project, it create project with name blueprint. I hope to customize project name. If I change blueprint to other name, it makes so many errors when I run. Looking forward to hearing from you soon. Best Regards.

josephspurrier commented 6 years ago

I would use the jay replace command: jay replace . "blue-jay/blueprint" "user/project"

Source: https://blue-jay.github.io/find-replace/#find-and-replace-examples