-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Labels
priority: low (P2)Low priorityLow priorityscope: cliIssues happened a the ./src/cli levelIssues happened a the ./src/cli leveltype: enhancementNew feature or requestNew feature or request
Description
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
apifolder?
Metadata
Metadata
Assignees
Labels
priority: low (P2)Low priorityLow priorityscope: cliIssues happened a the ./src/cli levelIssues happened a the ./src/cli leveltype: enhancementNew feature or requestNew feature or request