-
Notifications
You must be signed in to change notification settings - Fork 0
Create
Edwin Vautier edited this page Apr 21, 2021
·
2 revisions
To create a go-project, you can run the following command :
go-gadgeto create the fantastic app
# or
go-gadgeto create
The app name is optionnal and will be prompted in the next step if empty.
Note that in the example case, the folder created will be the-fantastic-app
.
In order to work, the command needs to have access to the following informations :
- git username (to name the package correctly)
- the DB management system you'd like to use, for the moment only sql and postgreSQL are supported
- docker or not, to generate dockerfile and docker-compose if you want it