Describe the solution you'd like
As a user I'd like to be able to use swa to scaffold a new project structure.
Example: running swa init should produce the following project structure:
├── api
│ └── <azure functions project>
├── app
│ └── <front-end project>
└── swa.json
Other options/questions:
- add an interactive mode (like in https://hexa.run)?
- only scaffold the
api folder?
Describe the solution you'd like
As a user I'd like to be able to use
swato scaffold a new project structure.Example: running
swa initshould produce the following project structure:Other options/questions:
apifolder?