question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add project scaffolding

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
aaronpowellcommented, Aug 18, 2021

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)

1reaction
anthonychucommented, Aug 21, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found