Install template issue
See original GitHub issueHey Neozhu,
I’m very happy this template exists and i’m going to try to make it work. I can download the code and that will probably work. But in the readme there is a section says dotnet new ca-blazor-sln
. I don’t have this command after running dotnet new --install sayedha.templates
I tried to create that template.json but that didn’t add anything to having the ‘ca-blazor-sln’ command.
Can you help/provide explanation what I should do?
Issue Analytics
- State:
- Created 3 months ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Configuring issue templates for your repository
Creating issue templates · On GitHub.com, navigate to the main page of the repository. · Under your repository name, click Settings. · In...
Read more >Manually creating a single issue template for your repository
On GitHub.com, navigate to the main page of the repository. Above the list of files, select the Add file dropdown menu, then click...
Read more >Apply template - Issue Templates for Jira
Create an issue or open an existing one. Click More in the issue view. Select Apply Template. Select a template from the list....
Read more >Step-by-Step Guide to Creating Issue Templates in GitLab
2. On the left navigation, hover on Settings, click General. Look for “Default issue template” section, and click Expand button.
Read more >Installing Template Starter Plugin | Failing
I was following a tutorial and I used the “Template Starter” plugin with the Astra theme. The theme works fine when installing and...
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
I create a nuget library https://www.nuget.org/packages/CleanArchitecture.Blazor.Solution.Template/1.0.0-preview.1 and I add build package action to deploy to nuget when pushing the branch main.
I am not sure it’s working.
I think you can now use templates to create your own projects, including new namespaces. I’ll update the content of the readme, and some tests and adjustments may still need to be made.