PowerShell / Modules

MIT License
111 stars 25 forks source link

[SecretManagement] Have a SecretManagement extension `dotnet new` template #83

Open TylerLeonhardt opened 4 years ago

TylerLeonhardt commented 4 years ago

Summary of the new feature/enhancement

This is basically the C# version of #84

We have a dotnet new psmodule in the PowerShellStandard repo

We should have a template for Secret Management extensions. This will help a ton with adoption because we can bootstrap the user.

Proposed technical implementation details (optional)