update-lbi
0.2.0
See the version list below for details.
dotnet add package update-lbi --version 0.2.0
NuGet\Install-Package update-lbi -Version 0.2.0
<PackageReference Include="update-lbi" Version="0.2.0" />
paket add update-lbi --version 0.2.0
#r "nuget: update-lbi, 0.2.0"
// Install update-lbi as a Cake Addin #addin nuget:?package=update-lbi&version=0.2.0 // Install update-lbi as a Cake Tool #tool nuget:?package=update-lbi&version=0.2.0
mazzy@mazzy.ru, 2017-09-28, https://github.com/mazzy-ax/Update-Lbi
Update-Lbi
Update-Lbi is powershell cmdlet updates Dreamweaver library items (LBI) within html-files.
LBI-block format:
html tags and regular texts
The cmlet read filename.lbi and refresh all content between #BeginLibraryItem and #EndLibraryItem html-comments.
See more about LBI: https://helpx.adobe.com/dreamweaver/using/library-items.html
Examples
Set-Location %siteRoot%
Update-Lbi
Installation
Automatic install the Update-Lbi cmdlet from the PowerShell Gallery:
Install-Module Update-Lbi
Automatic install the Update-Lbi cmdlet from the NuGet.org:
Install-Package Update-Lbi
or manual download and unzip the latest module files.
Known issues and ideas for a future development
- The cmdlet does not read a character encoding from LBI and html-files. The cmdlet always use UTF-8 encoding.
- The cmdlet does not use parallel processing. It is one thread application.
Changelog
See file CHANGELOG.md
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Reset cache added. Known issues: Use UTF-8 only. One thread only.