viur-framework / viur-cli

Command-line interface for managing and developing ViUR
MIT License
4 stars 6 forks source link

feat: `viur init` to initialize a new base project #129

Closed phorward closed 3 months ago

phorward commented 7 months ago

It would be nice to initialize a new project using viur init. It should start in an empty folder, and create project.json, clone the base-project and run some code similar to clean-base.py afterwards. Next, the stuff from viur cloud setup gcloud should be executed - prompt this interactively using the click tooling.

phorward commented 3 months ago

Ticket closed in favor of #165.