Skip to content

Command create

Vic Shóstak edited this page May 1, 2021 · 11 revisions

CLI command for create a new project with the interactive console UI.

cgapp create

The structure of the created project will be as follows:

.
├── .editorconfig
├── .gitattributes
├── .gitignore
├── Makefile
├── hosts.ini
├── playbook.yml
├── backend
│   └── ...
├── frontend
│   └── ...
└── roles
    ├── backend
    ├── docker
    └── traefik # or nginx

📺 Live preview

cgapp create

Link: https://recordit.co/OQAwkZBrjN

Clone this wiki locally