Add flag to exclude example posts on new template.#38
Conversation
✅ Deploy Preview for blazorstatic ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cbd30a1 to
85e2f76
Compare
|
Nice, thank you for the effort. I am okay with the JSON format. It is important to keep it consistent across IDEs and among developers. We should probably include a I made some changes to ensure that the I haven't found a solution to delete the It's becoming clear to me that we need to separate the When we add more parameters, we should think about how to keep them well-documented. A simple README is fine for now, but it will become unnecessary maintenance if it can be handled automatically (how is the question..). Also, commands like This raises a lot of questions, which might not be critical right now, but we should have at least a vision for the solution. |
|
Some thoughts regarding:
I think it's worth studying the WebAPI template structure to get an idea of how you might want to proceed. It would be really neat to have the ability to have things like MudBlazor or FluentUI templates as well to make it even easier for C# developers to start creating sites. I think the work here technically would close this ticket but we could maybe take some of the ideas from this discussion to create more issues. |
|
I will close this. I agree with you on most of the parts.
|
This should solve part of #37
I ran my formatter in Rider so if you're not a fan of that feel free to let me know and I can try to revert it but this is what the other template.json formatting looked like when I was examining them. I also added a CLI json file that let's us rename short and long names to match other templates like ASP.NET so you can do kebab-case. I can try to look into doing one for Tailwind in the future as well.