This template repository is intended to quickly create a PowerShell function based provider.
The MyProvider package provider can be imported and works without any changes.
The package and sources returned are examples to show how those are returned.
To modify the template into your own package provider.
- Rename
MyProvider.psd1andMyProvider.psm1to your provider name. - Find and replace
MyProviderwith your provider name. - Read the
MyProvider.psm1comments to update the provider. - Add other interfaces to support other cmdlets.