opinionated-package-starter icon indicating copy to clipboard operation
opinionated-package-starter copied to clipboard

Get a head start when creating Umbraco Packages

Results 27 opinionated-package-starter issues
Sort by recently updated
recently updated
newest added

### Feature summary The reasons for using v10 in the template is stated as it being the current LTS Now v13 is the new LTS, surely new packages will be...

enhancement

The .template.config/dotnetcli.host.json file was added to the project. This file provides symbol information for authorName, githubUser, and githubRepo in the .NET CLI host. It shorters up "authorName" to "an", ie....

hacktoberfest-accepted

### Feature summary Would just need to be: ``` { "id": "Umbraco.Community.Templates.PackageStarter", "name": "PackageStarter", "version": "X.X.X", "allowPackageTelemetry": true } ``` ### Additional details _No response_

enhancement

This commit introduces a new feature to derive a friendly package name from the given name using Pascal case to space transformation. Added properties "friendlyPackageNameGenerated" and "friendlyPackageName" in template.json to...

hacktoberfest-accepted

### Feature summary At the moment the template will add a test site to the solution with the correct dependency on the package project. Should it? The user still needs...

enhancement

### Which version of the template have you installed? _No response_ ### Bug description _No response_

bug

### Feature summary At the moment the parameters are eg. --authorName. Would be good to support -an, for example ### Additional details _No response_

enhancement

### Feature summary Some places in the solution (e.g. Title of the readmes, Title property in the .csproj) should have a 'friendly' name. ### Additional details By 'friendly' name I...

enhancement

### Which version of the template have you installed? _No response_ ### Bug description Now that there is a C# file in the template, if there is a full stop...

bug

### Feature summary This would slow down the build process in larger sites and also, perhaps, lead to caching issues ### Additional details If this was unticked then the nuget...

enhancement