Add project scaffolding
See original GitHub issueDescribe 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?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Scaffold Identity in ASP.NET Core projects - Microsoft Learn
Learn how to scaffold Identity in an ASP. ... From Solution Explorer, right-click on the project > Add > New Scaffolded Item.
Read more >Lesson 1 - Creating The Project. Scaffolding Wizard.
In this lesson you will start creating the sample application built according the MVVM pattern and learn how to use the Scaffolding Wizard....
Read more >Scaffolding a new project based on the existing git template ...
Learn how to scaffold new project using git template repository.
Read more >ASP.NET MVC - Scaffolding - Tutorialspoint
To add a scaffold, right-click on Controllers folder in the Solution Explorer and select Add → New Scaffolded Item. ... It will display...
Read more >Scaffold (programming) - Wikipedia
Scaffolding, as used in computing, refers to one of two techniques: The first is a code generation technique related to database access in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thinking about this - would it be possible to use the GitHub repo templates to generate a project? That would make it easier to have the permutations handled (just create a new template)
We need to think about what problem this addresses. Is the goal to prescribe an opinionated folder structure? GitHub templates might be a good idea but there’s a maintenance overhead to them. How many people would find them useful?
We’ll be doing some research studies in the next few months around the CLI. We’ll include the getting started experience. /cc @Reshmi-Sriram