HandlebarsPS.psd1
|
@{ RootModule = 'HandlebarsPS.psm1' ModuleVersion = '1.0.0' GUID = 'd691b7f7-6b7f-422a-adcc-93e45eabc22f' Author = 'Georgi Panayotov' Copyright = '(c) 2025 Georgi Panayotov' Description = 'PowerShell wrapper around Handlebars.Net with automatic NuGet download (no nuget.exe).' PowerShellVersion = '5.1' FunctionsToExport = @( 'Import-HandlebarsLibrary', 'New-HandlebarsTemplate', 'Invoke-HandlebarsTemplate', 'Register-HandlebarsHelper' ) CmdletsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Handlebars','Templating','Text','Mustache','CSharp') ProjectUri = 'https://github.com/smg-bg/HandlebarsPS' LicenseUri = 'https://github.com/smg-bg/HandlebarsPS/LICENSE' } } } |